Skip to content

Commit

Permalink
Point to new geog-minimum file (does not contain version number)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwolff-ncar authored Dec 13, 2017
1 parent 4f14f28 commit d04c746
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/wps_geog/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
FROM centos:latest
MAINTAINER Jamie Wolff <[email protected]> or Michelle Harrold <[email protected]>
#
ENV WRF_VERSION 3.9
RUN mkdir /WPS_GEOG
#
RUN curl -SL http://www.dtcenter.org/eval/meso_mod/mmet/data_for_docker/wpsgeogminimum-wrf-$WRF_VERSION.tar.gz | tar -xzC /WPS_GEOG
RUN curl -SL http://www.dtcenter.org/eval/meso_mod/mmet/data_for_docker/geog_minimum.tar.gz | tar -xzC /WPS_GEOG
#
VOLUME /WPS_GEOG
CMD ["true"]

0 comments on commit d04c746

Please sign in to comment.