Add the ca-certificates package to the arvados-runtime image.
authorWard Vandewege <wvandewege@veritasgenetics.com>
Wed, 28 Aug 2019 18:14:31 +0000 (14:14 -0400)
committerWard Vandewege <wvandewege@veritasgenetics.com>
Wed, 28 Aug 2019 18:14:31 +0000 (14:14 -0400)
No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

dockerfiles/Dockerfile.runtime

index 803169c26e2fb8ac47e1dd5dfccd2e449080fa19..d79c330713bda7341989ed24f85e3505e7cc830f 100644 (file)
@@ -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