mirror of
https://github.com/astefanutti/decktape.git
synced 2024-11-29 23:13:11 +03:00
ENH: Add a Dockerfile.
This commit is contained in:
parent
12a7813aab
commit
43bc29bb10
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@ -0,0 +1,11 @@
|
||||
FROM debian:jessie
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y libwebp5 libfontconfig libjpeg62 libssl1.0.0 libicu52 curl
|
||||
|
||||
COPY . decktape
|
||||
WORKDIR decktape
|
||||
RUN curl \
|
||||
-L https://astefanutti.github.io/decktape/downloads/phantomjs-linux-debian8-x86-64 \
|
||||
-o bin/phantomjs
|
||||
ENTRYPOINT ["/bin/bash"]
|
Loading…
Reference in New Issue
Block a user