Resolve KASM-4120 "Feature/ fix VSCode wsl"

This commit is contained in:
Ryan Kuba 2023-03-22 12:39:09 +00:00 committed by Justin Travis
parent 16b37015a3
commit 27aedc965b
20 changed files with 25 additions and 30 deletions

View file

@ -6,11 +6,11 @@ USER root
ENV HOME /home/kasm-default-profile
ENV STARTUPDIR /dockerstartup
ENV INST_SCRIPTS $STARTUPDIR/install
ENV DONT_PROMPT_WSL_INSTALL "No_Prompt_please"
WORKDIR $HOME
######### Customize Container Here ###########
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/