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 39c9c03 commit e390b4fCopy full SHA for e390b4f
Dockerfile
@@ -37,9 +37,9 @@ ENV \
37
PREFIX=/usr/local \
38
GDAL_CONFIG=/usr/local/bin/gdal-config \
39
LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64 \
40
- PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig:/usr/lib64/pkgconfig \
41
- GDAL_DATA=${PREFIX}/share/gdal \
42
- PROJ_LIB=${PREFIX}/share/proj
+ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib64/pkgconfig \
+ GDAL_DATA=/usr/local/share/gdal \
+ PROJ_LIB=/usr/local/share/proj
43
44
# switch to a build directory
45
WORKDIR /build
0 commit comments