Skip to content

Commit

Permalink
Revert to installing gdal normally.
Browse files Browse the repository at this point in the history
  • Loading branch information
oakdbca committed Dec 31, 2024
1 parent 38fbc18 commit 32c8a96
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ RUN --mount=type=cache,target=/var/cache/apt apt-get update && \
curl \
g++ \
gcc \
gdal-bin \
git \
graphviz \
htop \
ipython3 \
libgdal-dev \
libgraphviz-dev \
libmagic-dev \
libpq-dev \
Expand All @@ -46,6 +48,7 @@ RUN --mount=type=cache,target=/var/cache/apt apt-get update && \
patch \
postgresql-client \
python3-dev \
python3-gdal \
python3-pil \
python3-pip \
python3-setuptools \
Expand All @@ -61,15 +64,6 @@ RUN --mount=type=cache,target=/var/cache/apt apt-get update && \
rm -rf /var/lib/apt/lists/* && \
update-ca-certificates

RUN add-apt-repository ppa:ubuntugis/ubuntugis-unstable

RUN --mount=type=cache,target=/var/cache/apt apt-get update && \
apt-get upgrade -y && \
apt-get install --no-install-recommends -y \
gdal-bin \
libgdal-dev \
python3-gdal

FROM apt_packages_boranga as node_boranga

# install node
Expand Down

0 comments on commit 32c8a96

Please sign in to comment.