We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2fd3d commit f1cc49cCopy full SHA for f1cc49c
tools/imagesets/centos7conda/distrib_nisar/Dockerfile
@@ -23,8 +23,7 @@ RUN conda install testfixtures scikit-image
23
RUN conda install cfunits --channel conda-forge
24
25
# 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
+RUN conda create -n SoilMoisture gcc gfortran netcdf-cxx4 netcdf-fortran make --channel conda-forge
28
29
# copy the repo from the intermediate image
30
COPY --from=0 /opt/QualityAssurance /opt/QualityAssurance
0 commit comments