Fixes #61 added ca-certificates and updated them.
This commit is contained in:
Leopere
2019-06-10 18:03:02 -04:00
committed by GitHub
parent 73f0d7d399
commit 30a2a2cf00

View File

@@ -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 /