Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit 814b856

Browse files
committed
[fix] Install ruby and SASS with Docker
1 parent 72067fd commit 814b856

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ FROM node:0.10
22

33
MAINTAINER Matthias Luebken, [email protected]
44

5+
# Install gem sass for grunt-contrib-sass
6+
RUN apt-get update -qq && apt-get install -y build-essential
7+
RUN apt-get install -y ruby
8+
RUN gem install sass
9+
510
WORKDIR /home/mean
611

712
# Install Mean.JS Prerequisites

0 commit comments

Comments
 (0)