This commit is contained in:
Jackson Delahunt 2019-05-11 08:42:59 +10:00
parent 34cb7221f8
commit 2e6b7688ae

View file

@ -148,7 +148,7 @@ ENV DOCKER_GROUP 233
RUN groupmod --gid $DOCKER_GROUP docker
# Become desktop environment user
USER $DESKTOP_ENVIRONMENT_USER
USER $USER
# Record container build information
ARG DESKTOP_CONTAINER_BUILD_DATE