From 6e8ff91e3fc6cc2cf794fc18dfb9d13329dee6a9 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 4 Feb 2016 09:38:40 +0100 Subject: Removed zsh from the Dockerfile Support for it is not there, so it's pointless to install it. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') 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 / -- cgit v1.2.3