mirror of https://github.com/google/oss-fuzz.git
Removed zlib1g-dev installation (#5950)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
This commit is contained in:
parent
aed20a9b62
commit
cd38c96617
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue