Skip to content

Commit

Permalink
fix Docker Hub autobuilder problem
Browse files Browse the repository at this point in the history
  • Loading branch information
accetto committed Mar 25, 2021
1 parent a3a9ca4 commit 520663d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.xfce.python
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ RUN \
&& echo "${ARG_HEADLESS_USER_NAME:-headless}:${ARG_SUDO_PW:-${VNC_PW}}" | chpasswd \
&& ${ARG_FEATURES_USER_GROUP_OVERRIDE/*/chmod a+w /etc/passwd /etc/group} \
&& ln -s "${HOME}"/readme.md "${HOME}"/Desktop/README \
&& chmod 755 "${STARTUPDIR}" \
&& chmod 755 -R "${STARTUPDIR}" \
&& "${STARTUPDIR}"/set_user_permissions.sh "${STARTUPDIR}" "${HOME}"

USER 1001
Expand Down

0 comments on commit 520663d

Please sign in to comment.