diff options
Diffstat (limited to 'Dockerfile.naked')
| -rw-r--r-- | Dockerfile.naked | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.naked b/Dockerfile.naked index feae2b4..1b8618a 100644 --- a/Dockerfile.naked +++ b/Dockerfile.naked @@ -77,6 +77,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 \ @@ -87,8 +89,6 @@ RUN mkdir -p ~/.ssh \ && tee -a ~/.ssh/config <<< ' StrictHostKeyChecking no' \ && tee -a ~/.ssh/config <<< ' UserKnownHostsFile=/dev/null' -WORKDIR /home/arch/OSX-KVM - ENV NOPICKER=true ENV DISPLAY=:99 |