Skip to content

Commit

Permalink
var fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp committed May 12, 2016
1 parent 4f51a99 commit fb663ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ RUN chmod a+wx /opt/files/audio_logo_5.mp3
RUN set -e
RUN apt-get -y install libfreetype6 libfreetype6-dev fontconfig

ARCH=x86_64
PHANTOMJS_VERSION=2.1.1
PHANTOMJS_TAR_FILE=phantomjs-${PHANTOMJS_VERSION}-linux-${ARCH}.tar.bz2
ENV ARCH=x86_64
ENV PHANTOMJS_VERSION=2.1.1
ENV PHANTOMJS_TAR_FILE=phantomjs-${PHANTOMJS_VERSION}-linux-${ARCH}.tar.bz2

RUN cd /usr/local/share/
RUN curl -L -O https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-${PHANTOMJS_VERSION}-linux-${ARCH}.tar.bz2
Expand All @@ -44,4 +44,4 @@ RUN ln -s -f /usr/local/share/phantomjs-${PHANTOMJS_VERSION}-linux-${ARCH}/bin/p
RUN ln -s -f /usr/local/share/phantomjs-${PHANTOMJS_VERSION}-linux-${ARCH}/bin/phantomjs /usr/local/bin/phantomjs
RUN ln -s -f /usr/local/share/phantomjs-${PHANTOMJS_VERSION}-linux-${ARCH}/bin/phantomjs /usr/bin/phantomjs

RUN rm $PHANTOMJS_TAR_FILE
RUN rm $PHANTOMJS_TAR_FILE

0 comments on commit fb663ae

Please sign in to comment.