mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +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 \
|
||||
python \
|
||||
py-pip \
|
||||
grep \
|
||||
sed \
|
||||
"
|
||||
RUN apk --update add $PACKAGES && \
|
||||
rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
|
||||
|
||||
Reference in New Issue
Block a user