jaaaco/meteor
Image with Meteor framework installed, based on correct nodejs version
78
FROM node:4.8.4-slim
RUN apt-get update && apt-get install bzip2 curl -y
RUN npm install pm2 -g
# install Meteor
RUN curl "https://install.meteor.com/?release=1.5.2.1" | sh
That's all folks!
docker pull jaaaco/meteor