Unverified Commit d0d4e549 authored by watucker's avatar watucker Committed by GitHub
Browse files

Merge pull request #207 from thorseye/issue/206/netcdf-library

Install netcdf
parents e90a4a1f dfcaf5fc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -23,6 +23,11 @@ FROM ${ESGF_REPOSITORY_BASE}/tomcat:${ESGF_IMAGES_VERSION}

USER root

# Install netcdf 
RUN yum makecache && \
    yum install -y netcdf && \
    yum clean all

# Create symlinks for log files to stdout
RUN ln -s /dev/stdout ./logs/serverStartup.log && \
    ln -s /dev/stdout ./logs/catalogInit.log && \