From 00a5391f59531dd1c261fd940c5243d6932d3c09 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Wed, 21 Aug 2019 02:43:37 -0400 Subject: [PATCH] cleanup Dockerfile --- tests/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/Dockerfile b/tests/Dockerfile index 96a9d183..1989da8e 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -1,7 +1,7 @@ # You must build from the root repository directory, not the tests directory -# export VERSION=5.7.1 -# docker build -t geometry-zsh:$VERSION -e VERSION=$VERSION -f tests/Dockerfile . -# docker run -e COLUMNS=$COLUMNS -e LINES=$LINES -e TERM=$TERM -it geometry-zsh:$VERSION zsh +# export VERSION=5.7.1 +# docker build -t geometry-zsh:$VERSION -e VERSION=$VERSION -f tests/Dockerfile . +# docker run -e COLUMNS=$COLUMNS -e LINES=$LINES -e TERM=$TERM -it geometry-zsh:$VERSION zsh ARG VERSION=latest @@ -11,8 +11,8 @@ RUN \ apt update && \ DEBAIN_FRONTEND=noninteractive apt install -y git curl locales -RUN adduser --shell /bin/zsh --gecos 'geometry' --disabled-password geometry -RUN locale-gen "en_US.UTF-8" +RUN adduser --shell /bin/zsh --gecos geometry --disabled-password geometry +RUN locale-gen en_US.UTF-8 USER geometry WORKDIR /home/geometry