ThongCoder commited on
Commit
a00860e
verified
1 Parent(s): 57342a4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile CHANGED
@@ -129,6 +129,11 @@ RUN useradd -ms /bin/bash vscode \
129
  USER vscode
130
  ENV PATH=$PATH:/home/vscode/.local/bin
131
 
 
 
 
 
 
132
  # -----------------------------
133
  # Entrypoint: restore + code-server
134
  # -----------------------------
 
129
  USER vscode
130
  ENV PATH=$PATH:/home/vscode/.local/bin
131
 
132
+ # Set this env before launching code-server
133
+ ENV EXTENSIONS_GALLERY=https://marketplace.visualstudio.com/_apis/public/gallery
134
+ ENV VSCODE_AGENT="vscode"
135
+ ENV VSCODE_GALLERY_PRODUCT="code-server"
136
+
137
  # -----------------------------
138
  # Entrypoint: restore + code-server
139
  # -----------------------------