We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff2db1 commit 63574daCopy full SHA for 63574da
Dockerfile
@@ -35,7 +35,7 @@ ENV \
35
NPROC=4 \
36
PREFIX=/usr/local \
37
GDAL_CONFIG=/usr/local/bin/gdal-config \
38
- LD_LIBRARY_PATH=/usr/local/lib \
+ LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64 \
39
GDAL_DATA=/usr/local/share/gdal
40
41
# switch to a build directory
@@ -169,7 +169,7 @@ RUN \
169
wget -qO- https://download.osgeo.org/geotiff/libgeotiff/libgeotiff-$GEOTIFF_VERSION.tar.gz \
170
| tar xvz -C geotiff --strip-components=1; cd geotiff; \
171
./configure --prefix=${PREFIX} \
172
- --with-proj=${PREFIX} --with-jpeg=yes --with-zip=yes;\
+ --with-proj=${PREFIX} --with-jpeg=${PREFIX} --with-zip=yes;\
173
make -j ${NPROC} install; \
174
cd ${BUILD}; rm -rf geotiff
175
0 commit comments