Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagojsag committed Jan 24, 2022
1 parent 2ba6cd0 commit 83ad4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV NAME gfw-area
ENV USER gfw-area

RUN apt-get update -y && apt-get upgrade -y && \
apt-get install -y bash git ssh python3 make
apt-get install -y bash git ssh python3 make g++

RUN addgroup $USER && useradd -ms /bin/bash $USER -g $USER

Expand Down

0 comments on commit 83ad4aa

Please sign in to comment.