Removed zlib1g-dev installation (#5950)

Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2021-06-22 01:22:58 +10:00 committed by GitHub
parent aed20a9b62
commit cd38c96617
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -21,8 +21,7 @@ RUN apt-get update && \
apt-get install -y \
libxau-dev \
pkg-config \
rsync \
zlib1g-dev
rsync
RUN git clone --depth 1 https://github.com/python-pillow/Pillow
RUN git clone --depth 1 https://github.com/python-pillow/pillow-wheels
@ -47,6 +46,6 @@ COPY build.sh $SRC/
RUN apt-get install -y \
python3-tk \
tcl8.6-dev \
tk8.6-dev
tk8.6-dev
WORKDIR $SRC/Pillow