Skip to content

Commit 823b87b

Browse files
authored
Merge pull request #99 from openaddresses/upgrade-gdal-base-image
Upgrade base image from GDAL 3.7.1 to 3.11.0
2 parents 8718925 + 4b8134b commit 823b87b

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

Dockerfile

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
FROM ghcr.io/osgeo/gdal:alpine-normal-3.7.1
1+
FROM ghcr.io/osgeo/gdal:alpine-normal-3.11.0
22

3-
RUN apk add --no-cache nodejs yarn git python3 python3-dev py3-pip \
4-
make bash sqlite-dev zlib-dev geos geos-dev \
5-
postgresql-libs gcc g++ musl-dev postgresql-dev cairo \
6-
py3-cairo file ca-certificates \
7-
&& update-ca-certificates
3+
RUN apk add --no-cache nodejs yarn git python3-dev py3-pip \
4+
make sqlite-dev zlib-dev geos-dev \
5+
gcc g++ musl-dev postgresql-dev cairo \
6+
py3-cairo file
87

98
# Download and install Tippecanoe
109
RUN git clone -b 2.31.0 https://github.com/felt/tippecanoe.git /tmp/tippecanoe && \
@@ -16,6 +15,6 @@ RUN git clone -b 2.31.0 https://github.com/felt/tippecanoe.git /tmp/tippecanoe &
1615
WORKDIR /usr/local/src/batch-machine
1716
ADD . /usr/local/src/batch-machine
1817

19-
RUN pip3 install . && pip3 install --upgrade certifi
18+
RUN pip3 install --break-system-packages .
2019

2120
CMD python3 test.py

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
test_suite = 'openaddr.tests',
3636
install_requires = [
37-
'gdal == 3.7.1',
37+
'gdal == 3.11.0',
3838

3939
'dateutils == 0.6.12', 'ijson == 2.4',
4040

0 commit comments

Comments
 (0)