Skip to content

Commit 5f985f0

Browse files
committed
chore: add the change to the PATH back
Signed-off-by: behnazh-w <[email protected]>
1 parent 31c69f8 commit 5f985f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile.base

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ ENV HOME="/home/macaron" \
1919
# https://github.com/docker-library/python/blob/f568f56f28fab0fe87b34db777e2c2861cef002b/3.11/slim-buster/Dockerfile#L12
2020
LANG="C.UTF-8" \
2121
# The GPG key to verify the source tar ball following the instructions in https://www.python.org/downloads/
22-
PYTHON_SOURCE_GPG="A035C8C19219BA821ECEA86B64E628F8D684696D"
22+
PYTHON_SOURCE_GPG="A035C8C19219BA821ECEA86B64E628F8D684696D" \
23+
PATH=/usr/local/bin:$PATH
2324

2425
# We run the installation of all components in one single RUN to minimize the final image size.
2526
RUN : \

0 commit comments

Comments
 (0)