add python
This commit is contained in:
@ -6,7 +6,8 @@ LABEL AlternativeImageName="wollud1969/docker-bash"
|
||||
|
||||
|
||||
RUN \
|
||||
apk add --no-cache bash curl git
|
||||
apk add --no-cache bash curl git python3 && \
|
||||
pushd /usr/bin && ln -s python3 python && popd
|
||||
|
||||
CMD [ "bash" ]
|
||||
|
||||
|
Reference in New Issue
Block a user