There was an error while loading. Please reload this page.
1 parent f9bfddb commit 55293cbCopy full SHA for 55293cb
vnc-version/Dockerfile
@@ -95,8 +95,8 @@ RUN if [[ "${RANKMIRRORS}" ]]; then { pacman -Sy wget --noconfirm || pacman -Syu
95
96
USER arch
97
98
-RUN sudo pacman -Syyuu --noconfirm \
99
- && sudo pacman -S tigervnc xterm xorg-xhost xdotool ufw --noconfirm \
+RUN yes | sudo pacman -Syyuu --noconfirm \
+ && yes | sudo pacman -S tigervnc xterm xorg-xhost xdotool ufw --noconfirm \
100
&& mkdir -p ${HOME}/.vnc \
101
&& touch ~/.vnc/config \
102
&& tee -a ~/.vnc/config <<< 'geometry=1920x1080' \
0 commit comments