Fixed cwd bug

This commit is contained in:
sickcodes
2021-02-08 00:58:07 +00:00
parent 70744ea3e3
commit 8401069229
3 changed files with 5 additions and 5 deletions

View File

@@ -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