Skip to content

Commit

Permalink
Per #12, after dtcenter/MET#2672 was merged into develop, update the …
Browse files Browse the repository at this point in the history
…Dockerfile here to pull compile_MET_all.sh from develop rather than the feature_2669_proj feature branch.
  • Loading branch information
JohnHalleyGotway committed Sep 5, 2023
1 parent 2570e4d commit 6005ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6005ac5

Please sign in to comment.