Install Debian CA certificates in Docker image

Fixes #68
This commit is contained in:
Antonin Stefanutti 2016-09-27 14:46:12 +02:00
parent 42310835e3
commit ee6891524d

View File

@ -5,7 +5,8 @@ ENV TERM xterm-color
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
curl \ curl \
libfontconfig libfontconfig \
ca-certificates
WORKDIR /decktape WORKDIR /decktape