mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-06-21 17:12:47 +02:00
add tigervnc version arg
This commit is contained in:
parent
dbb272f88f
commit
3c8640d810
@ -88,7 +88,9 @@ RUN tee -a /etc/pacman.d/mirrorlist <<< 'Server = https://mirror.rackspace.com/a
|
|||||||
# rankmirrors -n 5 - > /etc/pacman.d/mirrorlist
|
# rankmirrors -n 5 - > /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
USER arch
|
USER arch
|
||||||
RUN sudo pacman -U https://archive.archlinux.org/packages/t/tigervnc/tigervnc-1.10.1-2-x86_64.pkg.tar.zst --noconfirm
|
|
||||||
|
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 -Sy --noconfirm
|
||||||
RUN sudo pacman -S xterm xorg-xhost xorg-xinit xdotool ufw --noconfirm
|
RUN sudo pacman -S xterm xorg-xhost xorg-xinit xdotool ufw --noconfirm
|
||||||
|
Loading…
Reference in New Issue
Block a user