From 93c9c557cfb2940921e22dbd91469ae8acec61bf Mon Sep 17 00:00:00 2001 From: TBK Date: Fri, 29 Mar 2019 20:13:41 +0100 Subject: [PATCH] Add ca-certificates for wget --- src/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dockerfile b/src/Dockerfile index 82a6a56..96dfb06 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -12,7 +12,7 @@ ENV TIMEZONE=Europe/Vienna \ RUN dpkg --add-architecture i386 \ && apt-get update \ - && apt-get install -y crudini python3-pip redis-tools software-properties-common supervisor unzip wget xvfb \ + && apt-get install -y ca-certificates crudini python3-pip redis-tools software-properties-common supervisor unzip wget xvfb \ && wget https://dl.winehq.org/wine-builds/winehq.key \ && apt-key add winehq.key \ && apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/' \