This commit is contained in:
sickcodes 2022-04-21 11:10:03 +00:00 committed by GitHub
parent f9bfddbb5b
commit 55293cbb6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,8 +95,8 @@ RUN if [[ "${RANKMIRRORS}" ]]; then { pacman -Sy wget --noconfirm || pacman -Syu
USER arch USER arch
RUN sudo pacman -Syyuu --noconfirm \ RUN yes | sudo pacman -Syyuu --noconfirm \
&& sudo pacman -S tigervnc xterm xorg-xhost xdotool ufw --noconfirm \ && yes | sudo pacman -S tigervnc xterm xorg-xhost xdotool ufw --noconfirm \
&& mkdir -p ${HOME}/.vnc \ && mkdir -p ${HOME}/.vnc \
&& touch ~/.vnc/config \ && touch ~/.vnc/config \
&& tee -a ~/.vnc/config <<< 'geometry=1920x1080' \ && tee -a ~/.vnc/config <<< 'geometry=1920x1080' \