Skip to content

Commit

Permalink
changed python-dev to python-dev-is-python3
Browse files Browse the repository at this point in the history
  • Loading branch information
popenc committed Aug 7, 2023
1 parent 5a4f31e commit 8f34463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update --fix-missing
RUN apt-get install -y wget bzip2 ca-certificates \
libglib2.0-0 libxext6 libsm6 libxrender1 \
python3-pip software-properties-common build-essential \
make sqlite3 gfortran python-dev \
make sqlite3 gfortran python-dev-is-python3 \
git mercurial subversion

RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-py38_4.12.0-Linux-x86_64.sh -O ~/miniconda.sh && \
Expand All @@ -27,7 +27,7 @@ RUN apt-get install -y curl grep sed dpkg vim && \

RUN apt update -y && apt install -y --fix-missing --no-install-recommends \
python3-pip software-properties-common build-essential \
cmake sqlite3 gfortran python-dev
cmake sqlite3 gfortran python-dev-is-python3

# gdal vesion restriction due to fiona not supporting gdal>2.4.3
ARG GDAL_VERSION=3.1.4
Expand Down

0 comments on commit 8f34463

Please sign in to comment.