Skip to content

Commit

Permalink
Try installing ca-certificates package
Browse files Browse the repository at this point in the history
To remedy the “certificate not found” error pandoc is throwing
  • Loading branch information
Brian A. Danielak committed Jul 7, 2015
1 parent df2ff73 commit 3b084a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN echo 'APT::Install-Suggests "0";' >> /etc/apt/apt.conf;

# install Haskell, LaTeX, and Node
RUN apt-get update && apt-get install -y \
ca-certificates \
haskell-platform \
libghc-pandoc-dev \
lmodern \
Expand Down

0 comments on commit 3b084a8

Please sign in to comment.