Skip to content

Commit

Permalink
Upgrade Docker image to Ubuntu 16.04
Browse files Browse the repository at this point in the history
This is necessary to upgrade to the latest
Python 2.7, so we can build images in the
new Docker Image format.
  • Loading branch information
rajadain committed Jul 5, 2024
1 parent 4688f9d commit 7de293f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:14.04
FROM ubuntu:16.04

MAINTAINER Azavea <systems@azavea.com>

Expand All @@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \
libgeos-dev \
libproj-dev \
libspatialite-dev \
libspatialite5 \
libspatialite7 \
spatialite-bin \
libibnetdisc-dev \
wget
Expand Down Expand Up @@ -49,4 +49,4 @@ RUN wget -qO- https://github.com/dtarb/TauDEM/archive/v${TAUDEM_VERSION}.tar.gz
RUN ln -s /usr/src/TauDEM-${TAUDEM_VERSION} /opt/taudem
ENV PATH /opt/taudem:$PATH

RUN pip install --upgrade pip
RUN pip install --upgrade "pip<21"

0 comments on commit 7de293f

Please sign in to comment.