Fix workdir for Pillow project. (#4902)

Fixes #4853
This commit is contained in:
Abhishek Arya 2021-01-01 11:50:00 -08:00 committed by GitHub
parent 7ca4bb0693
commit 14452cfb3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -14,7 +14,6 @@
# limitations under the License.
#
################################################################################
cd Pillow
make install-req
python3 setup.py develop