Skip to content

Commit f1cc49c

Browse files
committed
Corrected installation target for 'make' to be the SoilMoisture environment
instead of the base environment.
1 parent 8e2fd3d commit f1cc49c

File tree

1 file changed

+1
-2
lines changed
  • tools/imagesets/centos7conda/distrib_nisar

1 file changed

+1
-2
lines changed

tools/imagesets/centos7conda/distrib_nisar/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ RUN conda install testfixtures scikit-image
2323
RUN conda install cfunits --channel conda-forge
2424

2525
# Soil Moisture
26-
RUN conda install make --channel conda-forge
27-
RUN conda create -n SoilMoisture gcc gfortran netcdf-cxx4 netcdf-fortran --channel conda-forge
26+
RUN conda create -n SoilMoisture gcc gfortran netcdf-cxx4 netcdf-fortran make --channel conda-forge
2827

2928
# copy the repo from the intermediate image
3029
COPY --from=0 /opt/QualityAssurance /opt/QualityAssurance

0 commit comments

Comments
 (0)