Skip to content

Commit

Permalink
Add restic and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
djboris9 authored Feb 16, 2022
1 parent d74029a commit 8c6631d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 - \
Expand All @@ -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

Expand Down

0 comments on commit 8c6631d

Please sign in to comment.