Add the ca-certificates package to the arvados-runtime image.
[arvados-k8s.git] / 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