mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-19 20:09:16 +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 \
|
||||
openssl-dev \
|
||||
tar \
|
||||
py-pip \
|
||||
ca-certificates \
|
||||
&& apk add \
|
||||
su-exec \
|
||||
python3 \
|
||||
py-pip \
|
||||
libxml2 \
|
||||
libxslt \
|
||||
openssl \
|
||||
|
@ -13,12 +13,12 @@ RUN apk -U upgrade \
|
||||
libxslt-dev \
|
||||
libxml2-dev \
|
||||
openssl-dev \
|
||||
py-pip \
|
||||
git \
|
||||
ca-certificates \
|
||||
&& apk add \
|
||||
su-exec \
|
||||
python3 \
|
||||
py-pip \
|
||||
libxml2 \
|
||||
libxslt \
|
||||
openssl \
|
||||
|
Loading…
x
Reference in New Issue
Block a user