mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature: docker: io: npm_config_cache
This commit is contained in:
parent
4fa0786a39
commit
46c655546e
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@ COPY package.json /usr/src/cloudcmd/
|
|||
ENV DEBIAN_FRONTEND=noninteractive \
|
||||
PATH=/usr/local/src/cargo/bin:$PATH \
|
||||
NVM_DIR=/usr/local/src/nvm \
|
||||
DENO_DIR=/usr/local/src/deno
|
||||
DENO_DIR=/usr/local/src/deno \
|
||||
npm_config_cache=/tmp/npm-cache
|
||||
|
||||
ARG GO_VERSION=1.21.2
|
||||
ARG NVIM_VERSION=0.12.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue