Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -21,7 +21,7 @@ RUN echo -n "- contrib\n- non-free" >> /etc/extrepo/config.yaml
|
|
21 |
RUN apt install -y vim bash xfce4-terminal mate-desktop-environment-extras \
|
22 |
aqemu sudo curl wget aria2 qemu-system-x86 htop chromium screen \
|
23 |
tigervnc-standalone-server python3-pip python3-websockify \
|
24 |
-
python3 git fuse libfuse2 xdotool xvfb xserver-xorg xclip scrot
|
25 |
# virtualbox
|
26 |
RUN apt remove -y lxlock
|
27 |
RUN apt remove -y light-locker xscreensaver-data xscreensaver
|
|
|
21 |
RUN apt install -y vim bash xfce4-terminal mate-desktop-environment-extras \
|
22 |
aqemu sudo curl wget aria2 qemu-system-x86 htop chromium screen \
|
23 |
tigervnc-standalone-server python3-pip python3-websockify \
|
24 |
+
python3 git fuse libfuse2 xdotool xvfb xserver-xorg xclip scrot xautomation
|
25 |
# virtualbox
|
26 |
RUN apt remove -y lxlock
|
27 |
RUN apt remove -y light-locker xscreensaver-data xscreensaver
|