diff options
| author | sickcodes <[email protected]> | 2021-02-08 00:58:07 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-02-08 00:58:07 +0000 |
| commit | 8401069229fd761209215f0e56f1b2bf95f74d81 (patch) | |
| tree | 4a4a12fe82c4496837be9eefed5d106a77f2b92c /Dockerfile.auto | |
| parent | Merge pull request #145 from sickcodes/mac_address (diff) | |
| download | docker-osx-8401069229fd761209215f0e56f1b2bf95f74d81.tar.xz docker-osx-8401069229fd761209215f0e56f1b2bf95f74d81.zip | |
Fixed cwd bug
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 |