mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 05:57:13 -04: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 \
|
||||
&& mkdir -p /usr/local/lib/node_modules/fibers/.node-gyp /root/.node-gyp/${NODE_VERSION} /home/wekan/.config \
|
||||
&& npm install -g npm@${NPM_VERSION} \
|
||||
&& chown wekan:wekan --recursive /home/wekan/.config
|
||||
&& chown wekan:wekan --recursive /home/wekan/.config \
|
||||
|
||||
# Install Meteor
|
||||
RUN set -o xtrace \
|
||||
&& cd /home/wekan \
|
||||
&& 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue