diff --git a/Dockerfile b/Dockerfile index 04cb07d..bec4419 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,8 @@ RUN apt-get update \ gnupg \ curl \ jq \ + restic \ + openssh-client \ && echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list \ && cat /etc/apt/sources.list.d/pgdg.list \ && curl --silent https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \ @@ -22,7 +24,6 @@ RUN apt-get update \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* -RUN apk add restic postgresql-client bash pigz curl jq openssh-client COPY dump.sh ./ ADD ssh-config /root/.ssh/config