mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Running on a linux headless server show "Import PGP key Error" #374
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 ?