mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 05:04:28 +08:00
Add non-busybox grep/sed to Dockerfile
Tests need extended regexes from sed and --exclude from grep.
This commit is contained in:
@@ -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/*
|
||||||
|
|||||||
Reference in New Issue
Block a user