Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplan-shaked authored Nov 20, 2024
1 parent 8c60b04 commit 716179f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ RUN apt-get install -y git
RUN apt-get install -y jq
RUN apt-get install libfreetype-dev -y
RUN apt-get install fontconfig -y
RUN apt-get install libsodium-dev -y

RUN adduser --disabled-password --gecos "" --uid 1001 runner \
&& groupadd docker --gid 123 \
Expand Down

0 comments on commit 716179f

Please sign in to comment.