We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aeb92f commit 4d2b51dCopy full SHA for 4d2b51d
docker/logical-backup/Dockerfile
@@ -15,6 +15,7 @@ RUN apt-get update \
15
gnupg \
16
gcc \
17
libffi-dev \
18
+ && pip3 install --upgrade pip \
19
&& pip3 install --no-cache-dir awscli --upgrade \
20
&& pip3 install --no-cache-dir gsutil --upgrade \
21
&& echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list \
0 commit comments