Skip to content

Commit

Permalink
Migrate to node:latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
lecler-i authored Mar 21, 2017
1 parent 9593ed8 commit deac570
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
FROM ubuntu:16.10

RUN apt-get update

# Install curl, bzip2 and libfontconfig (an undocumented dependency of phantomjs)
RUN apt-get install -y curl bzip2 libfontconfig

# Install build-tools
RUN apt-get install -y bcrypt make python g++

RUN apt-get clean
FROM node:latest

# Add a user and a group called meteor
RUN groupadd meteor && adduser --ingroup meteor --disabled-password --gecos "" --home /home/meteor meteor
Expand Down

0 comments on commit deac570

Please sign in to comment.