add python

This commit is contained in:
2020-07-17 14:23:30 +02:00
parent d28cc59cc9
commit 73f4925b2c
3 changed files with 5 additions and 4 deletions

View File

@ -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" ]