⬆️ Upgrades python2 to 2.7.18-r0

This commit is contained in:
Franck Nijhof 2020-05-29 09:26:16 +02:00
parent 890e6c7f24
commit 0437a03843
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -22,13 +22,13 @@ RUN \
libffi-dev=3.2.1-r6 \
libressl-dev=3.0.2-r0 \
make=4.2.1-r2 \
python2-dev=2.7.16-r3 \
python2-dev=2.7.18-r0 \
\
&& apk add --no-cache \
git=2.24.3-r0 \
libressl=3.0.2-r0 \
py2-pip=18.1-r0 \
python2=2.7.16-r3 \
python2=2.7.18-r0 \
wget=1.20.3-r0 \
\
&& pip install --no-cache-dir -U -r /tmp/requirements.txt \