From 4ba33ceb73b2c8f4cc747c32786eaa9680384d53 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sat, 14 Nov 2020 20:33:34 +0100 Subject: Added some compatibilities with zsh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The work is half-done, but I also needed some of the other fixes entangled in this whole mess of a commit. Signed-off-by: Miquel Sabaté Solà --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 14f004e..2fa1e49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine MAINTAINER Miquel Sabaté Solà -RUN apk add --update bash util-linux && rm -rf /var/cache/apk/* +RUN apk add --update bash zsh util-linux && rm -rf /var/cache/apk/* COPY g.sh t/test.sh t/expected.txt / -- cgit v1.2.3