Fix TLS root CA certificates problem (#354)
Fixes #350 Signed-off-by: Wouter Born <github@maindrain.net>pull/356/head
parent
3af592ffc8
commit
f51db0499d
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue