mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-01-23 10:35:27 +00:00
KASM-2193 Remove Maximus usage from older Bionic images.
This commit is contained in:
parent
150be47572
commit
cd129cd194
19 changed files with 5 additions and 78 deletions
|
|
@ -55,9 +55,6 @@ RUN apt-get update && apt-get install -y default-jdk default-jre
|
|||
COPY ./src/ubuntu/install/eclipse $INST_SCRIPTS/eclipse
|
||||
RUN bash $INST_SCRIPTS/eclipse/install_eclipse.sh && rm -rf $INST_SCRIPTS/eclipse/
|
||||
|
||||
### Remove maxmius
|
||||
RUN if [[ ${BASE_IMAGE} =~ "bionic" ]]; then apt-get remove -y maximus; fi;
|
||||
|
||||
#ADD ./src/common/scripts $STARTUPDIR
|
||||
RUN $STARTUPDIR/set_user_permission.sh $HOME
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue