diff --git a/docker/production/x86_64/Dockerfile b/docker/production/x86_64/Dockerfile index 97df405a1..f0ac02349 100644 --- a/docker/production/x86_64/Dockerfile +++ b/docker/production/x86_64/Dockerfile @@ -2,7 +2,8 @@ FROM ubuntu:18.04 as prep LABEL MAINTAINER="leopere [at] nixc [dot] us" RUN apt-get update && \ - apt-get -y install curl xz-utils && \ + apt-get -y install curl xz-utils ca-certificates -y && \ + update-ca-certificates && \ apt-get autoclean -y && \ rm -rf /var/lib/apt/lists/* WORKDIR /