aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/pillow
diff options
context:
space:
mode:
authorGravatar Andrew Murray <3112309+radarhere@users.noreply.github.com>2021-06-22 01:22:58 +1000
committerGravatar GitHub <noreply@github.com>2021-06-21 08:22:58 -0700
commitcd38c9661782c907a2e42dbf1e7b85f8749200f7 (patch)
tree0469e3070cf84a08e6731d63b662c0111d7b6446 /projects/pillow
parentaed20a9b626928c5d8b146ba1652d8a97b967fd2 (diff)
Removed zlib1g-dev installation (#5950)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
Diffstat (limited to 'projects/pillow')
-rw-r--r--projects/pillow/Dockerfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/projects/pillow/Dockerfile b/projects/pillow/Dockerfile
index 86812ab6..cced2622 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