File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ RUN \
13
13
14
14
# versions of packages
15
15
ENV \
16
- GDAL_VERSION=2.4.2 \
17
- PROJ_VERSION=5 .2.0 \
16
+ GDAL_VERSION=3.0.1 \
17
+ PROJ_VERSION=6 .2.0 \
18
18
GEOS_VERSION=3.8.0 \
19
- GEOTIFF_VERSION=1.4.3 \
19
+ GEOTIFF_VERSION=1.5.1 \
20
20
HDF4_VERSION=4.2.14 \
21
21
HDF5_VERSION=1.10.5 \
22
22
NETCDF_VERSION=4.7.1 \
27
27
PKGCONFIG_VERSION=0.29.2 \
28
28
SZIP_VERSION=2.1.1 \
29
29
WEBP_VERSION=1.0.3 \
30
- ZSTD_VERSION=1.4.3
30
+ ZSTD_VERSION=1.4.3 \
31
+ OPENSSL_VERSION=1.0.2
31
32
32
33
# Paths to things
33
34
ENV \
36
37
PREFIX=/usr/local \
37
38
GDAL_CONFIG=/usr/local/bin/gdal-config \
38
39
LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64 \
40
+ PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig:/usr/lib64/pkgconfig \
39
41
GDAL_DATA=/usr/local/share/gdal
40
42
41
43
# switch to a build directory
@@ -203,7 +205,6 @@ RUN \
203
205
204
206
# Open SSL is needed for building Python so it's included here for ease
205
207
RUN \
206
- OPENSSL_VERSION=1.0.2; \
207
208
mkdir openssl; \
208
209
wget -qO- https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz \
209
210
| tar xvz -C openssl --strip-components=1; cd openssl; \
Original file line number Diff line number Diff line change 1
- GDAL == 2.4.2
1
+ GDAL == 3.0.1
2
2
rasterio == 1.1.0 --no-binary rasterio
3
3
shapely == 1.6.4.post2
4
4
pyproj == 2.4.0
You can’t perform that action at this time.
0 commit comments