Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 4c699c8

Browse files
author
Jonatas Baldin
committed
Add installation of ruby-dev in the Dockerfile
1 parent f524799 commit 4c699c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get -q update && apt-get -q install -y libxml2-dev libxslt1-dev python-d
66
RUN apt-get -q update && apt-get -q install -y nodejs npm
77
RUN npm install gulp gulp-uglify gulp-concat &>> /dev/build.log
88

9-
RUN apt-get -q update && apt-get -q install -y rubygems
9+
RUN apt-get -q update && apt-get -q install -y rubygems ruby-dev
1010
RUN gem install -q sass
1111

1212

0 commit comments

Comments
 (0)