Skip to content

Commit

Permalink
[felix,sett] build with explicit buildtool requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sw00 committed Feb 9, 2017
1 parent 0691e79 commit 49366d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
FROM alpine:3.5
MAINTAINER the-mast@thoughtworks.com

RUN apk add --no-cache build-base python nodejs git curl php5 php5-curl php5-openssl php5-json php5-phar php5-dom
RUN npm install -g gulp-cli bower
RUN apk add --update --no-cache gcc g++ make git curl
RUN apk add --update --no-cache python nodejs
RUN apk add --update --no-cache php5 php5-curl php5-openssl php5-json php5-phar php5-dom
RUN npm install -g gulp-cli bower node-sass
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer

CMD ["/bin/sh"]
Expand Down

0 comments on commit 49366d2

Please sign in to comment.