Merge branch 'feature/KASM-2406-review-wmctrl' into 'develop'

KASM-2406 Seperate install of wmctrl is not needed.

Closes KASM-2406

See merge request kasm-technologies/internal/workspaces-core-images!47
This commit is contained in:
Justin Travis 2022-03-28 21:09:49 +00:00
commit 0e60c7eb5f
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/ COPY ./src/ubuntu/install/tools $INST_SCRIPTS/tools/
RUN bash $INST_SCRIPTS/tools/install_tools.sh && rm -rf $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 over the maximization script to our startup dir for use by app images.
COPY ./src/ubuntu/install/maximize_script $STARTUPDIR/ COPY ./src/ubuntu/install/maximize_script $STARTUPDIR/

View File

@ -62,9 +62,6 @@ EXPOSE $VNC_PORT \
WORKDIR $HOME WORKDIR $HOME
RUN mkdir -p $HOME/Desktop 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 over the maximization script to our startup dir for use by app images.
COPY ./src/ubuntu/install/maximize_script $STARTUPDIR/ COPY ./src/ubuntu/install/maximize_script $STARTUPDIR/