improve installation
This commit is contained in:
parent
46e4dd7898
commit
e9169ba163
1 changed files with 3 additions and 4 deletions
|
@ -4,10 +4,9 @@ FROM ubuntu:focal
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update > /dev/null \
|
||||||
RUN apt-get install restic ca-certificates -y
|
apt-get install restic ca-certificates -y > /dev/null \
|
||||||
|
update-ca-certificates
|
||||||
RUN update-ca-certificates
|
|
||||||
|
|
||||||
|
|
||||||
# This will install the latest postgresql version
|
# This will install the latest postgresql version
|
||||||
|
|
Loading…
Reference in a new issue