Fix TLS root CA certificates problem (#354)

Fixes #350

Signed-off-by: Wouter Born <github@maindrain.net>
pull/356/head
Wouter Born 2021-02-17 22:06:44 +01:00 committed by GitHub
parent 3af592ffc8
commit f51db0499d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
debian/Dockerfile vendored
View File

@ -55,6 +55,7 @@ RUN apt-get update && \
unzip \
wget \
zip && \
c_rehash && \
chmod u+s /usr/sbin/arping && \
ln -s -f /bin/true /usr/bin/chfn && \
apt-get clean && \