Skip to content

Commit 55f3eaf

Browse files
committed
Switch off alpine for node-sass
Ref sass/node-sass#2031
1 parent 1d64a39 commit 55f3eaf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
FROM mhart/alpine-node:6
1+
FROM node:6
22
MAINTAINER solocommand
33

44
# Build deps
5-
RUN npm install -g bower ember-cli yarn ionic cordova
6-
RUN apk add --no-cache git
5+
RUN npm install -g bower ember-cli ionic cordova
76
WORKDIR /var/www/html

0 commit comments

Comments
 (0)