Filelock: fix build (#9313)

This commit is contained in:
DavidKorczynski 2022-12-30 00:31:21 +00:00 committed by GitHub
parent 2b8285edd4
commit cdc5325894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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/