Skip to content

Commit 33fc7b5

Browse files
committed
add in GDAL_DATA envvar
1 parent df9a387 commit 33fc7b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ ENV \
3434
NPROC=4 \
3535
PREFIX=/usr/local \
3636
GDAL_CONFIG=/usr/local/bin/gdal-config \
37-
LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64
37+
LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64 \
38+
GDAL_DATA=/usr/local/share/gdal
3839

3940
# switch to a build directory
4041
WORKDIR /build

0 commit comments

Comments
 (0)