Originally created by @codexkz on GitHub (Jun 23, 2022).
Hi sickcodes,
I'm tring build docker-osx on google cloud , and follow steps you posted in this issue(https://github.com/sickcodes/Docker-OSX/issues/19#issuecomment-643778978) to create machine.
But the following error is displayed when running the docker step . Step 10/19 : RUN yes | sudo pacman -Syyuu --noconfirm && yes | sudo pacman -S tigervnc xterm xorg-xhost xdotool ufw --noconfirm && mkdir -p ${HOME}/.vnc && touch ~/.vnc/config && tee -a ~/.vnc/config <<< 'geometry=1920x1080' && tee -a ~/.vnc/config <<< 'localhost' && tee -a ~/.vnc/config <<< 'alwaysshared'
Did I miss something ?
Originally created by @codexkz on GitHub (Jun 23, 2022).
Hi [sickcodes](https://github.com/sickcodes),
I'm tring build docker-osx on google cloud , and follow steps you posted in this issue(https://github.com/sickcodes/Docker-OSX/issues/19#issuecomment-643778978) to create machine.
But the following error is displayed when running the docker step .
`Step 10/19 : RUN yes | sudo pacman -Syyuu --noconfirm && yes | sudo pacman -S tigervnc xterm xorg-xhost xdotool ufw --noconfirm && mkdir -p ${HOME}/.vnc && touch ~/.vnc/config && tee -a ~/.vnc/config <<< 'geometry=1920x1080' && tee -a ~/.vnc/config <<< 'localhost' && tee -a ~/.vnc/config <<< 'alwaysshared'`

Did I miss something ?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @codexkz on GitHub (Jun 23, 2022).
Hi sickcodes,

I'm tring build docker-osx on google cloud , and follow steps you posted in this issue(https://github.com/sickcodes/Docker-OSX/issues/19#issuecomment-643778978) to create machine.
But the following error is displayed when running the docker step .
Step 10/19 : RUN yes | sudo pacman -Syyuu --noconfirm && yes | sudo pacman -S tigervnc xterm xorg-xhost xdotool ufw --noconfirm && mkdir -p ${HOME}/.vnc && touch ~/.vnc/config && tee -a ~/.vnc/config <<< 'geometry=1920x1080' && tee -a ~/.vnc/config <<< 'localhost' && tee -a ~/.vnc/config <<< 'alwaysshared'Did I miss something ?