Skip to content

Commit

Permalink
Tweak Docker file - delete NetCDF4 source tarball from /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandeep Murthy committed Oct 27, 2019
1 parent 45aac45 commit 5f2ee1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN wget ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-${NETCDF_C_VER}.tar.gz -P
&& make \
&& cd /tmp/netcdf-${NETCDF_C_VER} \
&& make install \
&& rm -rf /tmp/netcdf-${NETCDF_C_VER}
&& rm -rf /tmp/netcdf-${NETCDF_C_VER}.tar.gz

# Build H4CF Conversion Toolkit
ARG H4CF_VER=1.2
Expand Down

0 comments on commit 5f2ee1f

Please sign in to comment.