mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
Fix deletion of python requests module (#40)
This commit is contained in:
parent
d5cf7479ba
commit
3e8854d130
@ -14,11 +14,11 @@ RUN apk -U upgrade \
|
|||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
tar \
|
tar \
|
||||||
py-pip \
|
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
&& apk add \
|
&& apk add \
|
||||||
su-exec \
|
su-exec \
|
||||||
python3 \
|
python3 \
|
||||||
|
py-pip \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
libxslt \
|
libxslt \
|
||||||
openssl \
|
openssl \
|
||||||
|
@ -13,12 +13,12 @@ RUN apk -U upgrade \
|
|||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
py-pip \
|
|
||||||
git \
|
git \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
&& apk add \
|
&& apk add \
|
||||||
su-exec \
|
su-exec \
|
||||||
python3 \
|
python3 \
|
||||||
|
py-pip \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
libxslt \
|
libxslt \
|
||||||
openssl \
|
openssl \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user