diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ FROM alpine MAINTAINER Miquel Sabaté Solà -RUN apk add --update bash zsh util-linux && rm -rf /var/cache/apk/* +RUN apk add --update bash util-linux && rm -rf /var/cache/apk/* COPY g.sh t/test.sh t/expected.txt / |
