mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
.devcontainer/Dockerfile, 4.12 GB image size
This commit is contained in:
parent
669e31ea64
commit
672c279b0a
1 changed files with 1 additions and 2 deletions
|
@ -194,14 +194,13 @@ COPY \
|
|||
RUN set -o xtrace \
|
||||
&& useradd --user-group --no-create-home --system --home-dir /home/wekan wekan \
|
||||
&& apt-get update \
|
||||
&& apt-get install --assume-yes --no-install-recommends ${BUILD_DEPS}
|
||||
&& apt-get install --assume-yes --no-install-recommends ${BUILD_DEPS} \
|
||||
|
||||
# OLD:
|
||||
# && curl -fsSLO --compressed "https://nodejs.org/dist/$NODE_VERSION/node-$NODE_VERSION-$ARCHITECTURE.tar.xz" \
|
||||
# && curl -fsSLO --compressed "https://nodejs.org/dist/$NODE_VERSION/SHASUMS256.txt.asc" \
|
||||
|
||||
# Install NodeJS
|
||||
RUN set -o xtrace \
|
||||
&& cd /tmp \
|
||||
&& curl -fsSLO --compressed "https://github.com/wekan/node-v14-esm/releases/download/${NODE_VERSION}/node-${NODE_VERSION}-${ARCHITECTURE}.tar.xz" \
|
||||
&& curl -fsSLO --compressed "https://github.com/wekan/node-v14-esm/releases/download/${NODE_VERSION}/SHASUMS256.txt" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue