improve installation

This commit is contained in:
jem 2020-11-13 08:19:25 +01:00
parent 46e4dd7898
commit e9169ba163

View file

@ -4,10 +4,9 @@ FROM ubuntu:focal
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update
RUN apt-get install restic ca-certificates -y
RUN update-ca-certificates
RUN apt-get update > /dev/null \
apt-get install restic ca-certificates -y > /dev/null \
update-ca-certificates
# This will install the latest postgresql version