KASM-2406 Seperate install of wmctrl is probably not needed.

This commit is contained in:
Richard Koliser 2022-03-24 13:29:09 -04:00
parent a26214df05
commit 1f7ff73c05
2 changed files with 0 additions and 6 deletions

View File

@ -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/

View File

@ -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/