Skip to content

Commit

Permalink
cleanup Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Dahan committed Aug 21, 2019
1 parent a8f0f75 commit 00a5391
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit 00a5391

Please sign in to comment.