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

Commit

Permalink
Merged master into base
Browse files Browse the repository at this point in the history
  • Loading branch information
firrae committed Jul 11, 2016
2 parents b284727 + ef40ffe commit d020767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ ENV LANG C
ENV LC_ALL "C"

RUN apt-get update && \
apt-get install -y git curl && \
apt-get install -y git curl libfontconfig && \
apt-get clean && \
rm -Rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
rm -Rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN curl https://install.meteor.com/ | sh

Expand Down

0 comments on commit d020767

Please sign in to comment.