Skip to content

Commit 47734bf

Browse files
committed
skiff-core-steam: drop x11vnc
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent 7741492 commit 47734bf

File tree

1 file changed

+3
-3
lines changed
  • configs/core/steam/buildroot_ext/package/skiff-core-steam/coreenv

1 file changed

+3
-3
lines changed

configs/core/steam/buildroot_ext/package/skiff-core-steam/coreenv/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ RUN \
99
userdel abc && \
1010
userdel kasm-user && \
1111
rm -rf /etc/s6-overlay && \
12-
pacman --noconfirm -R x11vnc sunshine sunshine-debug nginx
12+
pacman --noconfirm -R sunshine sunshine-debug nginx
1313

1414
# update packages
1515
RUN \
1616
echo "# <file system> <mount pt> <type> <options> <dump> <pass>" >\
1717
/etc/fstab && \
18-
pacman --noconfirm -Syu vi \
18+
pacman --noconfirm -Syu \
19+
vi \
1920
vim \
2021
sudo \
2122
base-devel \
@@ -35,7 +36,6 @@ RUN \
3536
maliit-keyboard \
3637
kscreen \
3738
wget \
38-
x11vnc \
3939
&& rm -rf /var/cache/*
4040

4141
RUN systemctl set-default graphical.target && \

0 commit comments

Comments
 (0)