Browse Source

.devcontainer/Dockerfile, 4.16 GB image size

Martin Filser 3 years ago
parent
commit
669e31ea64
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .devcontainer/Dockerfile

+ 1 - 2
.devcontainer/Dockerfile

@@ -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