Update Dockerfile

This commit is contained in:
David
2022-02-03 23:48:04 +01:00
committed by GitHub
parent 4d733bf973
commit db07d93bff

View File

@@ -3,7 +3,7 @@
FROM python:3.10-bullseye AS compile-image FROM python:3.10-bullseye AS compile-image
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y --no-install-recommends build-essential gcc apt-get install -y --no-install-recommends build-essential gcc rustc
RUN python -m venv /opt/venv RUN python -m venv /opt/venv