mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
.devcontainer/Dockerfile, 4.16 GB image size
This commit is contained in:
parent
4ab72170e3
commit
669e31ea64
1 changed files with 1 additions and 2 deletions
|
|
@ -211,10 +211,9 @@ RUN set -o xtrace \
|
||||||
&& ln -s /usr/local/bin/node /usr/local/bin/nodejs \
|
&& ln -s /usr/local/bin/node /usr/local/bin/nodejs \
|
||||||
&& mkdir -p /usr/local/lib/node_modules/fibers/.node-gyp /root/.node-gyp/${NODE_VERSION} /home/wekan/.config \
|
&& mkdir -p /usr/local/lib/node_modules/fibers/.node-gyp /root/.node-gyp/${NODE_VERSION} /home/wekan/.config \
|
||||||
&& npm install -g npm@${NPM_VERSION} \
|
&& npm install -g npm@${NPM_VERSION} \
|
||||||
&& chown wekan:wekan --recursive /home/wekan/.config
|
&& chown wekan:wekan --recursive /home/wekan/.config \
|
||||||
|
|
||||||
# Install Meteor
|
# Install Meteor
|
||||||
RUN set -o xtrace \
|
|
||||||
&& cd /home/wekan \
|
&& cd /home/wekan \
|
||||||
&& curl https://install.meteor.com/?release=$METEOR_VERSION --output /home/wekan/install-meteor.sh \
|
&& curl https://install.meteor.com/?release=$METEOR_VERSION --output /home/wekan/install-meteor.sh \
|
||||||
# Replace tar with bsdtar in the install script; https://github.com/jshimko/meteor-launchpad/issues/39
|
# Replace tar with bsdtar in the install script; https://github.com/jshimko/meteor-launchpad/issues/39
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue