[mod] extension install
This commit is contained in:
parent
65a5a2a5ec
commit
3080071c22
@ -36,6 +36,7 @@ ENV PATH=$PATH:/basex/bin
|
|||||||
# install docker cli only
|
# install docker cli only
|
||||||
RUN curl https://download.docker.com/linux/static/stable/x86_64/docker-20.10.12.tgz | tar zxv -C /tmp/ && \
|
RUN curl https://download.docker.com/linux/static/stable/x86_64/docker-20.10.12.tgz | tar zxv -C /tmp/ && \
|
||||||
cp /tmp/docker/docker /usr/local/bin && rm -r /tmp/docker;
|
cp /tmp/docker/docker /usr/local/bin && rm -r /tmp/docker;
|
||||||
|
RUN chmod 666 /var/run/docker.sock
|
||||||
|
|
||||||
# ports and volumes
|
# ports and volumes
|
||||||
EXPOSE 8443
|
EXPOSE 8443
|
@ -1,7 +1,11 @@
|
|||||||
# setup
|
# setup
|
||||||
|
|
||||||
# fix docker socket permission
|
#install extensions
|
||||||
chmod 666 /var/run/docker.sock
|
for FILE in ls ext.vsix/*
|
||||||
|
do
|
||||||
|
code-server --install-extension $FILE
|
||||||
|
done
|
||||||
|
code-server --install-extension ext.vsix/buenon.scratchpads-0.0.7.vsix
|
||||||
|
|
||||||
# pull useful projects
|
# pull useful projects
|
||||||
cd /config/workspace
|
cd /config/workspace
|
||||||
|
Loading…
Reference in New Issue
Block a user