Skip to content

Commit

Permalink
Install wget for db-bakups container
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Nov 18, 2023
1 parent bf9aacf commit 1062be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/backup-restore/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update \
&& curl -L https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
&& curl -sL https://aka.ms/InstallAzureCLIDeb | bash \
&& apt-get update \
&& apt-get install -y postgresql-client-14 \
&& apt-get install -y postgresql-client-14 wget \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 1062be1

Please sign in to comment.