Skip to content

Commit

Permalink
Moved to Alpine baseimage
Browse files Browse the repository at this point in the history
Fixes #27
  • Loading branch information
lukebond committed Jun 19, 2015
1 parent c896b5b commit 7c4d588
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM node
FROM quay.io/yldio/paz-base
MAINTAINER Luke Bond "[email protected]"

RUN apk --update add bash perl
RUN npm install -g harp

WORKDIR /usr/src/app
Expand Down

0 comments on commit 7c4d588

Please sign in to comment.