mirror of https://github.com/google/oss-fuzz.git
parent
7ca4bb0693
commit
14452cfb3d
|
@ -48,6 +48,9 @@ RUN apt-get install -y \
|
|||
tk8.6-dev \
|
||||
zlib1g-dev
|
||||
RUN git clone --depth 1 https://github.com/python-pillow/Pillow
|
||||
WORKDIR $SRC
|
||||
|
||||
COPY build.sh $SRC/
|
||||
COPY fuzz_* $SRC/Pillow
|
||||
|
||||
WORKDIR $SRC/Pillow
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
################################################################################
|
||||
cd Pillow
|
||||
make install-req
|
||||
python3 setup.py develop
|
||||
|
||||
|
|
Loading…
Reference in New Issue