From 7deab91368f2f6fedee353aa0ba7a85fa557d4d5 Mon Sep 17 00:00:00 2001 From: Petros Angelatos Date: Wed, 7 Oct 2015 18:52:35 +0100 Subject: [PATCH] Add ca-certificates Signed-off-by: Petros Angelatos --- Dockerfile.armv7hf | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.armv7hf b/Dockerfile.armv7hf index b3454808..499d14a1 100644 --- a/Dockerfile.armv7hf +++ b/Dockerfile.armv7hf @@ -6,6 +6,7 @@ COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/ RUN apt-get -q update \ && apt-get install -qqy \ btrfs-tools \ + ca-certificates \ curl \ jq \ rsync \