-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|