mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-21 23:13:08 +01:00
KASM-2406 Seperate install of wmctrl is probably not needed.
This commit is contained in:
parent
a26214df05
commit
1f7ff73c05
@ -54,9 +54,6 @@ RUN mkdir -p $HOME/Desktop
|
||||
COPY ./src/ubuntu/install/tools $INST_SCRIPTS/tools/
|
||||
RUN bash $INST_SCRIPTS/tools/install_tools.sh && rm -rf $INST_SCRIPTS/tools/
|
||||
|
||||
### Install wmctrl needed for the maximize script
|
||||
RUN apt install wmctrl
|
||||
|
||||
### Copy over the maximization script to our startup dir for use by app images.
|
||||
COPY ./src/ubuntu/install/maximize_script $STARTUPDIR/
|
||||
|
||||
|
@ -62,9 +62,6 @@ EXPOSE $VNC_PORT \
|
||||
WORKDIR $HOME
|
||||
RUN mkdir -p $HOME/Desktop
|
||||
|
||||
### Install wmctrl needed for the maximize script
|
||||
RUN apt install wmctrl
|
||||
|
||||
### Copy over the maximization script to our startup dir for use by app images.
|
||||
COPY ./src/ubuntu/install/maximize_script $STARTUPDIR/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user