mirror of https://github.com/google/oss-fuzz.git
Filelock: fix build (#9313)
This commit is contained in:
parent
2b8285edd4
commit
cdc5325894
|
@ -16,6 +16,7 @@
|
|||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder-python
|
||||
RUN apt-get update && apt-get install -y make autoconf automake libtool
|
||||
RUN python3 -m pip install --upgrade pip
|
||||
RUN git clone --depth 1 https://github.com/tox-dev/py-filelock filelock
|
||||
WORKDIR filelock
|
||||
COPY build.sh *.py $SRC/
|
||||
|
|
Loading…
Reference in New Issue