We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c69f8 commit 5f985f0Copy full SHA for 5f985f0
docker/Dockerfile.base
@@ -19,7 +19,8 @@ ENV HOME="/home/macaron" \
19
# https://github.com/docker-library/python/blob/f568f56f28fab0fe87b34db777e2c2861cef002b/3.11/slim-buster/Dockerfile#L12
20
LANG="C.UTF-8" \
21
# The GPG key to verify the source tar ball following the instructions in https://www.python.org/downloads/
22
- PYTHON_SOURCE_GPG="A035C8C19219BA821ECEA86B64E628F8D684696D"
+ PYTHON_SOURCE_GPG="A035C8C19219BA821ECEA86B64E628F8D684696D" \
23
+ PATH=/usr/local/bin:$PATH
24
25
# We run the installation of all components in one single RUN to minimize the final image size.
26
RUN : \
0 commit comments