Skip to content

Commit

Permalink
change uid/gid
Browse files Browse the repository at this point in the history
  • Loading branch information
lawndoc authored Sep 28, 2024
1 parent bfd9eaa commit ec52745
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ COPY .deps .
RUN apt-get update
RUN xargs apt-get install -y < .deps

WORKDIR /build
WORKDIR /build
USER 1000:1000

0 comments on commit ec52745

Please sign in to comment.