From cd38c9661782c907a2e42dbf1e7b85f8749200f7 Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Tue, 22 Jun 2021 01:22:58 +1000 Subject: [PATCH] Removed zlib1g-dev installation (#5950) Co-authored-by: Andrew Murray --- projects/pillow/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/projects/pillow/Dockerfile b/projects/pillow/Dockerfile index 86812ab63..cced2622b 100644 --- a/projects/pillow/Dockerfile +++ b/projects/pillow/Dockerfile @@ -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