Skip to content

Commit

Permalink
Add ca-certificates for wget
Browse files Browse the repository at this point in the history
  • Loading branch information
TBK committed Mar 29, 2019
1 parent 1af8ab9 commit 93c9c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/' \
Expand Down

0 comments on commit 93c9c55

Please sign in to comment.