diff --git a/Dockerfile b/Dockerfile index aa19f95..ced6f72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN apt-get update -qq && apt-get install -qq --fix-missing \ alsa-utils \ arandr \ feh \ + numlockx \ software-properties-common \ vcsh \ vlc \ diff --git a/scripts/bootstrap-host.sh b/scripts/bootstrap-host.sh index 34628ca..8bc94be 100755 --- a/scripts/bootstrap-host.sh +++ b/scripts/bootstrap-host.sh @@ -13,7 +13,7 @@ export $($REPO_ROOT/scripts/environment.sh) git clone https://github.com/$DESKTOP_ENVIRONMENT_REGISTRY/$DESKTOP_ENVIRONMENT_CONTAINER $DESKTOP_ENVIRONMENT_REPOSITORY # Fork setup to desktop environment configured location immediately -if [ "$REPO_ROOT" -ef "$DESKTOP_ENVIRONMENT_REPOSITORY" ]; then +if [ ! "$REPO_ROOT" -ef "$DESKTOP_ENVIRONMENT_REPOSITORY" ]; then $DESKTOP_ENVIRONMENT_REPOSITORY/scripts/bootstrap-host.sh exit 0 fi