From 6005ac5e6c10d51e79c253e432dc024b96d59fff Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Tue, 5 Sep 2023 13:30:26 -0600 Subject: [PATCH] Per #12, after dtcenter/MET#2672 was merged into develop, update the Dockerfile here to pull compile_MET_all.sh from develop rather than the feature_2669_proj feature branch. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6281534..346d116 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,8 +55,8 @@ RUN sed -i 's/policy domain="coder" rights="none" pattern="PS/policy domain="cod WORKDIR /met RUN wget https://dtcenter.ucar.edu/dfiles/code/METplus/MET/installation/tar_files.tgz \ - && wget https://raw.githubusercontent.com/dtcenter/MET/feature_2669_proj/internal/scripts/installation/compile_MET_all.sh \ - && wget https://raw.githubusercontent.com/dtcenter/MET/feature_2669_proj/internal/scripts/environment/development.docker \ + && wget https://raw.githubusercontent.com/dtcenter/MET/develop/internal/scripts/installation/compile_MET_all.sh \ + && wget https://raw.githubusercontent.com/dtcenter/MET/develop/internal/scripts/environment/development.docker \ && tar -zxf tar_files.tgz \ && export SKIP_MET=TRUE \ && chmod +x compile_MET_all.sh \