Add non-busybox grep/sed to Dockerfile

Tests need extended regexes from sed and --exclude from grep.
This commit is contained in:
Kevin Clark
2020-11-28 07:51:02 -08:00
parent f72e60c12a
commit 99f1874e86

View File

@@ -10,6 +10,8 @@ ENV PACKAGES="\
git \ git \
python \ python \
py-pip \ py-pip \
grep \
sed \
" "
RUN apk --update add $PACKAGES && \ RUN apk --update add $PACKAGES && \
rm -rf /var/cache/apk/* /tmp/* /var/tmp/* rm -rf /var/cache/apk/* /tmp/* /var/tmp/*