KASM-1983 Add Chromium Image

- Update Chrome installer to accept version
This commit is contained in:
Justin Travis 2021-10-01 11:28:38 -04:00
parent 82ab35964d
commit 58a536828d
16 changed files with 177 additions and 22 deletions

View file

@ -31,7 +31,7 @@ RUN chmod +x $STARTUPDIR/custom_startup.sh
ENV KASM_RESTRICTED_FILE_CHOOSER=1
COPY ./src/ubuntu/install/gtk/ $INST_SCRIPTS/gtk/
RUN $INST_SCRIPTS/gtk/install_restricted_file_chooser.sh
RUN bash $INST_SCRIPTS/gtk/install_restricted_file_chooser.sh
######### End Customizations ###########