Merge branch 'master' of github.com:sabrehagen/desktop-environment

This commit is contained in:
Jackson Delahunt 2019-02-22 18:41:29 +11:00
commit cd21ea554b
2 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,7 @@ USER root
# Install user utilities
RUN apt-get update -qq && apt-get install -qq --fix-missing \
acpi \
alpine \
alsa-utils \
arandr \

View file

@ -108,5 +108,8 @@ gosu $HOST_USER $HOST_HOME/.config/scripts/startup.sh
# Ensure the container user has ownership of the volumes before starting
$REPO_ROOT/scripts/bootstrap-volumes.sh
# Make logs directory
mkdir $DESKTOP_ENVIRONMENT_REPOSITORY/logs
# Recycle the desktop environment
$DESKTOP_ENVIRONMENT_REPOSITORY/scripts/recycle.sh