[GDAL] Fix path to main script, due to GDAL source tree reorganization (#6687)

This commit is contained in:
Even Rouault 2021-10-29 11:38:55 +02:00 committed by GitHub
parent 6053054a09
commit 59dae9c080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ RUN apt-get update && \
RUN git clone --depth 1 https://github.com/OSGeo/gdal gdal
RUN cp gdal/gdal/fuzzers/build.sh $SRC/
RUN cp gdal/fuzzers/build.sh $SRC/
WORKDIR gdal