diff options
Diffstat (limited to 'Dockerfile.auto')
| -rw-r--r-- | Dockerfile.auto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.auto b/Dockerfile.auto index 5051a0e..bfdfadb 100644 --- a/Dockerfile.auto +++ b/Dockerfile.auto @@ -88,6 +88,8 @@ RUN pacman -Syu xorg-server-xvfb wget xterm xorg-xhost xorg-xrandr sshpass --noc USER arch +WORKDIR /home/arch/OSX-KVM + RUN mkdir -p ~/.ssh \ && touch ~/.ssh/authorized_keys \ && touch ~/.ssh/config \ @@ -98,8 +100,6 @@ RUN mkdir -p ~/.ssh \ && tee -a ~/.ssh/config <<< ' StrictHostKeyChecking no' \ && tee -a ~/.ssh/config <<< ' UserKnownHostsFile=/dev/null' -WORKDIR /home/arch/OSX-KVM - ARG COMPLETE=true # Feel free to take a copy of this image and then host it internally |