Skip to content

Commit

Permalink
ubuntu-vnc: Fix permissions on IceWM config copy
Browse files Browse the repository at this point in the history
Be default, COPY gives the created files {U,G}ID 0.
  • Loading branch information
paul1999 authored and g3force committed Jun 1, 2021
1 parent 2b3ccfd commit dc594d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ubuntu-vnc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ COPY sshd_config /etc/ssh/sshd_config
RUN useradd -ms /bin/bash default
WORKDIR $HOME
USER default
COPY .icewm $HOME/.icewm/
COPY --chown=default:default .icewm $HOME/.icewm/

ENTRYPOINT ["/docker/startup.sh"]

0 comments on commit dc594d2

Please sign in to comment.