diff --git a/Dockerfile b/Dockerfile index 5a34d55..31f3b9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,7 +73,6 @@ RUN mkdir -p $HOME && \ # Program environment configuration ENV SSH_AUTH_SOCK $HOME/.ssh.sock -RUN touch $SSH_AUTH_SOCK # User environment configuration ENV STEMN_GIT_EMAIL "jackson@stemn.com" diff --git a/scripts/bootstrap-host.sh b/scripts/bootstrap-host.sh index 08b83c7..76dc668 100755 --- a/scripts/bootstrap-host.sh +++ b/scripts/bootstrap-host.sh @@ -98,9 +98,6 @@ echo "@reboot $HOST_USER $DESKTOP_ENVIRONMENT_REPOSITORY/scripts/start.sh" >> /e # Take ownership of all files under the user's directory chown -R $HOST_USER:$HOST_USER /$HOST_USER -# Clone private ssh keys using github access token -gosu $HOST_USER vcsh clone https://${DESKTOP_ENVIRONMENT_GITHUB_TOKEN:-$DESKTOP_ENVIRONMENT_REGISTRY}@github.com/sabrehagen/dotfiles-ssh.git - # Install dotfiles configuration for host user gosu $HOST_USER vcsh clone git://github.com/sabrehagen/dotfiles-alacritty.git gosu $HOST_USER vcsh clone git://github.com/sabrehagen/dotfiles-autostart.git