KASM-6300 Add Chrome to vscode

This commit is contained in:
Justin Travis 2024-07-31 17:40:28 -04:00
parent 8bd2c94f6b
commit 8a0172b83d
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View file

@ -11,6 +11,11 @@ WORKDIR $HOME
######### Customize Container Here ###########
# Install Google Chrome
COPY ./src/ubuntu/install/chrome $INST_SCRIPTS/chrome/
RUN bash $INST_SCRIPTS/chrome/install_chrome.sh && rm -rf $INST_SCRIPTS/chrome/
COPY ./src/ubuntu/install/vs_code $INST_SCRIPTS/vs_code/
RUN bash $INST_SCRIPTS/vs_code/install_vs_code.sh && rm -rf $INST_SCRIPTS/vs_code/