Add non-busybox grep/sed to Dockerfile
Tests need extended regexes from sed and --exclude from grep.
This commit is contained in:
parent
f72e60c12a
commit
99f1874e86
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ ENV PACKAGES="\
|
|||
git \
|
||||
python \
|
||||
py-pip \
|
||||
grep \
|
||||
sed \
|
||||
"
|
||||
RUN apk --update add $PACKAGES && \
|
||||
rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
|
||||
|
|
Reference in a new issue