Removed extra packages needed for Pillow

This commit is contained in:
Maka0 2022-07-03 21:57:31 +02:00
parent 7696e18de5
commit 2295b1095c

View file

@ -15,11 +15,7 @@ RUN apk update --no-cache && \
py3-pip && \
apk add --repository=http://dl-3.alpinelinux.org/alpine/edge/main/ \
python3=~3.10 \
py3-setuptools \
zlib-dev \
jpeg-dev \
python3-dev \
libwebp-dev && \
py3-setuptools && \
apk add --repository=http://dl-3.alpinelinux.org/alpine/edge/community/ \
py3-pip && \
mkdir -p /config && \
@ -28,11 +24,7 @@ RUN apk update --no-cache && \
apk del \
g++ \
make \
py3-setuptools \
zlib-dev \
jpeg-dev \
python3-dev \
libwebp-dev
py3-setuptools
###############################################################################
# CONTAINER CONFIGS