From 94afea70c34bad27b61c44773eff3e3b4e0a8e57 Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Sat, 29 Oct 2022 09:23:34 -0600 Subject: [PATCH] Per #6, forgot to uncomment one more line. --- Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8d50f8e..3259079 100644 --- a/Dockerfile +++ b/Dockerfile @@ -113,10 +113,8 @@ RUN mkdir -p /met/external_libs/hdf5 \ && LOG_FILE=/met/logs/hdf5-hdf5-${HDF5_VER}_make_install.log \ && echo "Compiling hdf5-hdf5-${HDF5_VER} and writing log file ${LOG_FILE}" \ && make install > ${LOG_FILE} \ - && cd /met/external_libs - - -# && rm -rf hdf5 + && cd /met/external_libs \ + && rm -rf hdf5 # # Download and install NetCDF4 (C and C++).