We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286284d commit 5d878d1Copy full SHA for 5d878d1
1 file changed
5-appinfra/modules/hpc-monte-carlo-infra/Dockerfile
@@ -16,7 +16,7 @@
16
# * Install python3-venv for the built-in Python3 venv module (not installed by default)
17
# * Install gcc libpython3-dev to compile C Python modules
18
# * In the virtualenv: Update pip setuputils and wheel to support building new packages
19
-FROM debian@sha256:40b107342c492725bc7aacbe93a49945445191ae364184a6d24fedb28172f6f7 AS build
+FROM debian@sha256:35286826a88dc879b4f438b645ba574a55a14187b483d09213a024dc0c0a64ed AS build
20
RUN apt-get update && \
21
apt-get install --no-install-suggests --no-install-recommends --yes python3-venv gcc libpython3-dev && \
22
python3 -m venv /venv && \
0 commit comments