install ca-certificates package because 1.6

This commit is contained in:
Mario Loria
2015-12-06 22:56:04 -05:00
parent 7988d12cc4
commit 901b5d3df2
2 changed files with 15 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ ENV ZNC_VERSION 1.6.1
RUN apt-get update \
&& apt-get install -y sudo wget build-essential libssl-dev libperl-dev \
pkg-config swig3.0 libicu-dev \
pkg-config swig3.0 libicu-dev ca-certificates \
&& mkdir -p /src \
&& cd /src \
&& wget "http://znc.in/releases/archive/znc-${ZNC_VERSION}.tar.gz" \