From: Ward Vandewege Date: Wed, 28 Aug 2019 18:14:31 +0000 (-0400) Subject: Add the ca-certificates package to the arvados-runtime image. X-Git-Url: https://git.arvados.org/arvados-k8s.git/commitdiff_plain/39bcbbbdad489b00495c122f1e9b2b33655318fe Add the ca-certificates package to the arvados-runtime image. No issue # Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- diff --git a/dockerfiles/Dockerfile.runtime b/dockerfiles/Dockerfile.runtime index 803169c..d79c330 100644 --- a/dockerfiles/Dockerfile.runtime +++ b/dockerfiles/Dockerfile.runtime @@ -4,7 +4,7 @@ FROM ubuntu:18.04 -RUN apt-get update && apt-get install -y gnupg2 +RUN apt-get update && apt-get install -y gnupg2 ca-certificates RUN echo "deb http://apt.arvados.org/ bionic main" > /etc/apt/sources.list.d/apt.arvados.org.list