mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-06-26 06:51:45 +02:00
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:
commit
0e60c7eb5f
@ -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…
x
Reference in New Issue
Block a user