Skip to content

Commit

Permalink
remove deprecated line
Browse files Browse the repository at this point in the history
  • Loading branch information
corviday committed Sep 18, 2024
1 parent c8774d9 commit 9f03b5c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ FROM ubuntu:20.04

LABEL Maintainer="James Hiebert <[email protected]>"

# WARNING: This should be removed with the introduction of 20.04
RUN sed -i 's/archive.ubuntu.com/old-releases.ubuntu.com/g;s/security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list

# temporarily commenting this out - it is failing for some reason.
# RUN apt-get update
RUN apt-get update
RUN apt-get -yq install libhdf5-dev libnetcdf-dev libgdal-dev
RUN apt-get -yq install libyaml-dev python python-dev python-pip
RUN apt-get -yq install python-virtualenv cython
Expand Down

0 comments on commit 9f03b5c

Please sign in to comment.