mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-06-21 00:52:51 +02:00
no need to install xorg-init
This commit is contained in:
parent
3c8640d810
commit
eb9f609a14
@ -93,7 +93,7 @@ ARG TIGERVNC_VERSION=1.10.1-2
|
||||
RUN sudo pacman -U https://archive.archlinux.org/packages/t/tigervnc/tigervnc-${TIGERVNC_VERSION}-x86_64.pkg.tar.zst --noconfirm
|
||||
|
||||
RUN sudo pacman -Sy --noconfirm
|
||||
RUN sudo pacman -S xterm xorg-xhost xorg-xinit xdotool ufw --noconfirm
|
||||
RUN sudo pacman -S xterm xorg-xhost xdotool ufw --noconfirm
|
||||
|
||||
RUN mkdir ${HOME}/.vnc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user