From da54ba43a04b40aa5d28d4b1b7794694843c0123 Mon Sep 17 00:00:00 2001 From: atakeigor <166010897+atakeigor@users.noreply.github.com> Date: Fri, 8 Nov 2024 13:04:30 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bbfe5a9..691a435 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,6 +59,12 @@ RUN apt-get update \ vim \ wget \ zip + +#Downloading Gebco Bathymetry data. NEEDS TO BE CHECKED! +ADD https://www.bodc.ac.uk/data/open_download/gebco/gebco_2024_sub_ice_topo/zip/ data/gebco/ + +#Downloading GSHHS Coastline data. NEEDS TO BE CHECKED! +ADD https://www.ngdc.noaa.gov/mgg/shorelines/data/gshhg/latest/gshhg-shp-2.3.7.zip # build netcdf with gcc and g-fortran ENV CC=gcc @@ -128,4 +134,4 @@ ENV PATH /opt/conda/envs/medslik/bin:$PATH COPY --chown=appuser:appuser . . # Run the application. -CMD ["sleep", "infinity"] \ No newline at end of file +CMD ["sleep", "infinity"]