Skip to content

Commit

Permalink
Remove coffee
Browse files Browse the repository at this point in the history
Coffee != coffeescript. Obviously we don't need it.
  • Loading branch information
jhawthorn committed Dec 16, 2016
1 parent 5f62d6b commit de7d9b4
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 @@ -46,7 +46,7 @@ RUN \
qt5-default libqt5webkit5-dev \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN yarn global add coffee svgo karma-cli bower
RUN yarn global add svgo karma-cli bower

RUN curl -Lo /tmp/phantomjs.tar.bz2 https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 && \
tar -xjf /tmp/phantomjs.tar.bz2 -C /tmp && \
Expand Down

0 comments on commit de7d9b4

Please sign in to comment.