fix(core): update
This commit is contained in:
parent
703c647ecc
commit
1f81791781
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ dist_serve/
|
|||||||
dist_ts_web/
|
dist_ts_web/
|
||||||
|
|
||||||
# custom
|
# custom
|
||||||
|
code-server/
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
FROM codercom/code-server
|
FROM codercom/code-server
|
||||||
LABEL author="Lossless GmbH <hello@lossless.com>"
|
LABEL author="Lossless GmbH <hello@lossless.com>"
|
||||||
|
|
||||||
|
USER root
|
||||||
|
|
||||||
WORKDIR /workspace
|
WORKDIR /workspace
|
||||||
# important environment variables
|
# important environment variables
|
||||||
ENV NODE_VERSION_LTS="10.15.3" NODE_VERSION_STABLE="11.2.0" NVM_DIR="/usr/local/nvm"
|
ENV NODE_VERSION_LTS="10.15.3" NODE_VERSION_STABLE="11.2.0" NVM_DIR="/usr/local/nvm"
|
||||||
@ -28,6 +30,8 @@ RUN su -c "echo 'debconf debconf/frontend select Noninteractive' | debconf-set-s
|
|||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -r /var/lib/apt/lists/*"
|
&& rm -r /var/lib/apt/lists/*"
|
||||||
|
|
||||||
|
USER coder
|
||||||
|
|
||||||
# Install nvm with node and npm
|
# Install nvm with node and npm
|
||||||
RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
|
RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
|
||||||
RUN bash -c "source $NVM_DIR/nvm.sh \
|
RUN bash -c "source $NVM_DIR/nvm.sh \
|
||||||
|
Loading…
Reference in New Issue
Block a user