KASM-2193 Remove Maximus usage from older Bionic images.

This commit is contained in:
Richard Koliser 2022-03-23 17:03:54 -04:00
parent 150be47572
commit cd129cd194
19 changed files with 5 additions and 78 deletions

View file

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