diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2016-02-04 09:38:40 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2016-02-04 09:38:40 +0100 |
| commit | 6e8ff91e3fc6cc2cf794fc18dfb9d13329dee6a9 (patch) | |
| tree | adb45d723d0b12b842353aa2fd4c97a9ae986e7e /Dockerfile | |
| parent | 082adef65bf042c7c11546bf5d582856dfb09900 (diff) | |
| download | g-6e8ff91e3fc6cc2cf794fc18dfb9d13329dee6a9.tar.gz g-6e8ff91e3fc6cc2cf794fc18dfb9d13329dee6a9.zip | |
Removed zsh from the Dockerfile
Support for it is not there, so it's pointless to install it.
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 / |
