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 8, 2021
1 parent 1cc5b8a commit fce8191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.xfce
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,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 fce8191

Please sign in to comment.