You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-06-27 00:21:08 +02:00
Update Debian/Ubuntu containers to download lastest version of pip.
This commit is contained in:
@ -339,6 +339,9 @@ sub containerBuild
|
||||
{
|
||||
$strScript .=
|
||||
" apt-get update && \\\n" .
|
||||
" apt-get -y install wget python && \\\n" .
|
||||
" wget --no-check-certificate -O /root/get-pip.py https://bootstrap.pypa.io/get-pip.py && \\\n" .
|
||||
" python /root/get-pip.py && \\\n" .
|
||||
" apt-get -y install openssh-server wget sudo python-pip build-essential git \\\n" .
|
||||
" libdbd-pg-perl libhtml-parser-perl libio-socket-ssl-perl libxml-libxml-perl";
|
||||
|
||||
|
Reference in New Issue
Block a user