Skip to content

Commit

Permalink
Merge pull request #544 from liquidweb/master
Browse files Browse the repository at this point in the history
Add missing shared libraries
  • Loading branch information
staylos92 authored Nov 9, 2017
2 parents c5ea3ff + 2888327 commit 7b141fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ruby:2.1.2
# we purge this later to make sure our final image uses what we just built
RUN apt-get update
RUN echo "export phantomjs=/usr/bin/phantomjs" > .bashrc
RUN apt-get install -y libfreetype6 libfontconfig1 nodejs npm
RUN apt-get install -y libfreetype6 libfontconfig1 nodejs npm libnss3-dev libgconf-2-4
RUN ln -s /usr/bin/nodejs /usr/bin/node
RUN npm install npm
RUN npm install -g [email protected] [email protected]
Expand Down

0 comments on commit 7b141fb

Please sign in to comment.