We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7741492 commit 47734bfCopy full SHA for 47734bf
configs/core/steam/buildroot_ext/package/skiff-core-steam/coreenv/Dockerfile
@@ -9,13 +9,14 @@ RUN \
9
userdel abc && \
10
userdel kasm-user && \
11
rm -rf /etc/s6-overlay && \
12
- pacman --noconfirm -R x11vnc sunshine sunshine-debug nginx
+ pacman --noconfirm -R sunshine sunshine-debug nginx
13
14
# update packages
15
RUN \
16
echo "# <file system> <mount pt> <type> <options> <dump> <pass>" >\
17
/etc/fstab && \
18
- pacman --noconfirm -Syu vi \
+ pacman --noconfirm -Syu \
19
+ vi \
20
vim \
21
sudo \
22
base-devel \
@@ -35,7 +36,6 @@ RUN \
35
36
maliit-keyboard \
37
kscreen \
38
wget \
- x11vnc \
39
&& rm -rf /var/cache/*
40
41
RUN systemctl set-default graphical.target && \
0 commit comments