mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
Merge branch 'master' of github.com:sabrehagen/desktop-environment
This commit is contained in:
commit
cd21ea554b
2 changed files with 4 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue