Skip to content

Commit

Permalink
Merge pull request #1 from csabapalfi/patch-1
Browse files Browse the repository at this point in the history
Switching to the gliderlaps alpine base image
  • Loading branch information
sublimino committed May 16, 2015
2 parents 8b3d5b1 + 9aff7f5 commit 4b0d068
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
MAINTAINER Tom Gallacher <[email protected]>
FROM gliderlabs/alpine:3.1

FROM library/alpine
MAINTAINER Tom Gallacher <[email protected]>

RUN apk update
RUN apk add nodejs
RUN apk add python
RUN apk add make g++
RUN apk-install nodejs python make g++

0 comments on commit 4b0d068

Please sign in to comment.