File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
109RUN 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 &
1615WORKDIR /usr/local/src/batch-machine
1716ADD . /usr/local/src/batch-machine
1817
19- RUN pip3 install . && pip3 install --upgrade certifi
18+ RUN pip3 install --break-system-packages .
2019
2120CMD python3 test.py
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments