diff options
author | Kevin Clark <kevin.clark@gmail.com> | 2020-11-28 07:51:02 -0800 |
---|---|---|
committer | Kevin Clark <kevin.clark@gmail.com> | 2020-11-28 07:51:02 -0800 |
commit | 99f1874e865ba1bfd8e3ae3a06a966b9be677a02 (patch) | |
tree | be3da6ff3b6104135933b635fd829ed3104f2e2f | |
parent | f72e60c12a825f30cf25c585c7876fce1c99099d (diff) | |
download | ale-99f1874e865ba1bfd8e3ae3a06a966b9be677a02.zip |
Add non-busybox grep/sed to Dockerfile
Tests need extended regexes from sed and --exclude from grep.
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 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/* |