mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-01-23 02:25:16 +00:00
Resolve KASM-4120 "Feature/ fix VSCode wsl"
This commit is contained in:
parent
16b37015a3
commit
27aedc965b
20 changed files with 25 additions and 30 deletions
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue