aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2016-02-04 09:38:40 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2016-02-04 09:38:40 +0100
commit6e8ff91e3fc6cc2cf794fc18dfb9d13329dee6a9 (patch)
treeadb45d723d0b12b842353aa2fd4c97a9ae986e7e /Dockerfile
parent082adef65bf042c7c11546bf5d582856dfb09900 (diff)
downloadg-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--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 2fa1e49..14f004e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 /