X-Git-Url: https://git.arvados.org/arvados-k8s.git/blobdiff_plain/6216ebc8a3e82243ee4b9d22c73169da4f66af0c..39bcbbbdad489b00495c122f1e9b2b33655318fe:/dockerfiles/Dockerfile.runtime 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