From 44a8ad0a88d4a98ba8abbc93402483df6318c73d Mon Sep 17 00:00:00 2001 From: Runar Borge Date: Tue, 21 Jan 2020 20:00:25 +0100 Subject: Docker: T1927: Regenerate ca-certificate store --- docker/Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docker') diff --git a/docker/Dockerfile b/docker/Dockerfile index 3591f55..bee084c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -103,10 +103,8 @@ RUN apt-get update && apt-get install -y \ libpcre3-dev \ unzip -#Apply fix for https in curl running on armhf -RUN if dpkg-architecture -iarmhf; then \ - echo "cacert=/etc/ssl/certs/ca-certificates.crt" >> ~/.curlrc; \ - fi +# Update certificate store to not crash ocaml package installf +RUN dpkg-reconfigure ca-certificates # Installing OCAML needed to compile libvyosconfig RUN curl https://raw.githubusercontent.com/ocaml/opam/2.0.2/shell/install.sh \ -- cgit v1.2.3