mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-06-21 10:18:32 +02:00
Deb: don't install libjpeg-dev on deb test image
Dependencies should be pulled by the package.
This commit is contained in:
parent
1486f3f4c2
commit
5ffe76f08d
@ -29,7 +29,7 @@ WORKDIR $HOME
|
|||||||
|
|
||||||
### REQUIRED STUFF ###
|
### REQUIRED STUFF ###
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y supervisor xfce4 xfce4-terminal xterm libnss-wrapper gettext libjpeg-dev wget
|
RUN apt-get update && apt-get install -y supervisor xfce4 xfce4-terminal xterm libnss-wrapper gettext wget
|
||||||
RUN apt-get purge -y pm-utils xscreensaver*
|
RUN apt-get purge -y pm-utils xscreensaver*
|
||||||
RUN apt-get update && apt-get install -y vim less
|
RUN apt-get update && apt-get install -y vim less
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user