fix Dockerfile
This commit is contained in:
parent
73f4925b2c
commit
74aa53a96a
@ -7,7 +7,10 @@ LABEL AlternativeImageName="wollud1969/docker-bash"
|
||||
|
||||
RUN \
|
||||
apk add --no-cache bash curl git python3 && \
|
||||
pushd /usr/bin && ln -s python3 python && popd
|
||||
P=`pwd` && \
|
||||
cd /usr/bin && \
|
||||
ln -s python3 python && \
|
||||
cd $P
|
||||
|
||||
CMD [ "bash" ]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user