diff options
author | w0rp <w0rp@users.noreply.github.com> | 2021-01-14 18:08:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-14 18:08:44 +0000 |
commit | f398faa8d3dd46fa711f16c00b1255f62c4870b9 (patch) | |
tree | 4b0b950907a61473df853cfd8b47426b1856aed3 /Dockerfile | |
parent | 39f393ef077998028bce697659c3aac37f7aa090 (diff) | |
parent | 6b97af680d579fcabb9d05f7341cd325bbd9bc04 (diff) | |
download | ale-f398faa8d3dd46fa711f16c00b1255f62c4870b9.zip |
Merge pull request #3471 from kevinclark/3448-fix-unittests
Make test/scripts/custom-checks portable
Diffstat (limited to 'Dockerfile')
-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/* |