Skip to content

Commit ecf5cad

Browse files
[#233] Update Dockerfile, dependencies from commonground-api-common to 2.3.0
1 parent 88b0cf2 commit ecf5cad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
4949
postgresql-client \
5050
gettext \
5151
binutils \
52+
# commonground-api-common > 2.3.0
53+
libgdal-dev \
54+
gdal-bin \
5255
&& rm -rf /var/lib/apt/lists/*
5356

5457
RUN pip install pip "setuptools>=70.0.0"

0 commit comments

Comments
 (0)