diff --git a/Dockerfile b/Dockerfile index b311918..b60d10d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 4e12bd8..4ea8048 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -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