mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-08-16 04:57:28 +00:00
Fix deletion of python requests module (#40)
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user