Skip to content

Commit

Permalink
Use Linux static build binary in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Sep 22, 2016
1 parent 892eb09 commit 3a9aab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Dockerfile
Expand Up @@ -5,12 +5,7 @@ ENV TERM xterm-color
RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl \
libwebp5 \
libfontconfig \
libjpeg62 \
libssl1.0.0 \
libicu52 \
libsqlite3-dev
libfontconfig

WORKDIR /decktape

Expand All @@ -24,7 +19,7 @@ COPY phantomjs.json ./
RUN mkdir bin

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

RUN chmod +x bin/phantomjs
Expand Down
Empty file removed bin/.gitkeep
Empty file.

0 comments on commit 3a9aab2

Please sign in to comment.