Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sickcodes authored Apr 21, 2022
1 parent f9bfddb commit 55293cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vnc-version/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ RUN if [[ "${RANKMIRRORS}" ]]; then { pacman -Sy wget --noconfirm || pacman -Syu

USER arch

RUN sudo pacman -Syyuu --noconfirm \
&& 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 \
&& mkdir -p ${HOME}/.vnc \
&& touch ~/.vnc/config \
&& tee -a ~/.vnc/config <<< 'geometry=1920x1080' \
Expand Down

0 comments on commit 55293cb

Please sign in to comment.