Skip to content

Commit

Permalink
Fail on 404 when getting the PhantomJS binary
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Sep 21, 2016
1 parent a3b5bd1 commit 892eb09
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 @@ -23,7 +23,7 @@ COPY phantomjs.json ./

RUN mkdir bin

RUN curl -k \
RUN curl -kf \
-L https://github.com/astefanutti/decktape/releases/download/v1.0.0/phantomjs-linux-debian8-x86-64 \
-o bin/phantomjs

Expand Down

0 comments on commit 892eb09

Please sign in to comment.