upgrade pip to latest version to avoid broken deps (#1357)
This commit is contained in:
parent
6aeb92f024
commit
4d2b51de41
|
|
@ -15,6 +15,7 @@ RUN apt-get update \
|
|||
gnupg \
|
||||
gcc \
|
||||
libffi-dev \
|
||||
&& pip3 install --upgrade pip \
|
||||
&& pip3 install --no-cache-dir awscli --upgrade \
|
||||
&& pip3 install --no-cache-dir gsutil --upgrade \
|
||||
&& echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list \
|
||||
|
|
|
|||
Loading…
Reference in New Issue