Skip to content

Commit

Permalink
Hotfix to main to fix the path to the ncdf4 R package tar file.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Feb 7, 2024
1 parent 79b8a4b commit 085be79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.unit_test_env
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN echo "Installing tools needed for running MET unit tests..." \
&& echo "Installing R..." \
&& apt install -y r-base \
&& echo "Installing R ncdf4 1.21..." \
&& wget https://cran.r-project.org/src/contrib/ncdf4_1.21.tar.gz \
&& wget https://cran.r-project.org/src/contrib/Archive/ncdf4/ncdf4_1.21.tar.gz \
&& R CMD INSTALL --configure-args="--with-nc-config=/usr/local/netcdf/netcdf-c-4.7.4/nc-config" ncdf4_1.21.tar.gz \
&& echo "Installing NCO and netcdf-bin (for ncdiff)..." \
&& apt install -y nco netcdf-bin \
Expand Down

0 comments on commit 085be79

Please sign in to comment.