You've already forked Docker-OSX
mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-07-02 18:53:31 -05:00
Fixed cwd bug
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user