Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich authored Feb 9, 2023
1 parent e97acad commit 9bd5137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y curl \
&& apt-get autoremove -y --purge \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* \
&& ufw default deny outgoing
&& ufw default deny outgoing \
&& groupadd -g 999 compiler \
&& useradd -r -u 999 -m -d /app -g compiler compiler

Expand Down

0 comments on commit 9bd5137

Please sign in to comment.