Skip to content

Commit

Permalink
remove chmod 777 from egress dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Jul 6, 2023
1 parent 510c5f7 commit 90f8df1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/egress/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ RUN rm -rf /var/lib/apt/lists/*
# create egress user
RUN useradd -ms /bin/bash -g root -G sudo,pulse,pulse-access egress
RUN mkdir -pv home/egress/.cache/xdgr && \
chown -R egress /home/egress && \
chmod 777 /home/egress
chown -R egress /home/egress

# copy files
COPY --from=0 /workspace/egress /bin/
Expand Down

0 comments on commit 90f8df1

Please sign in to comment.