add sed and awk

This commit is contained in:
2020-10-12 16:55:02 +02:00
parent 74aa53a96a
commit 7b7b390dd8
5 changed files with 10 additions and 27 deletions

View File

@ -6,7 +6,7 @@ LABEL AlternativeImageName="wollud1969/docker-bash"
RUN \
apk add --no-cache bash curl git python3 && \
apk add --no-cache bash curl git python3 gawk sed && \
P=`pwd` && \
cd /usr/bin && \
ln -s python3 python && \