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

Commit

Permalink
[fix] Install ruby and SASS with Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
codydaig committed Aug 20, 2015
1 parent 72067fd commit 814b856
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ FROM node:0.10

MAINTAINER Matthias Luebken, [email protected]

# Install gem sass for grunt-contrib-sass
RUN apt-get update -qq && apt-get install -y build-essential
RUN apt-get install -y ruby
RUN gem install sass

WORKDIR /home/mean

# Install Mean.JS Prerequisites
Expand Down

0 comments on commit 814b856

Please sign in to comment.