Skip to content
Snippets Groups Projects
Verified Commit 2570533d authored by David Hoese's avatar David Hoese
Browse files

Update geo2grid container to 1.0.2b0 tarball

parent a5541685
Branches
No related tags found
No related merge requests found
Pipeline #10388 canceled
...@@ -9,10 +9,10 @@ WORKDIR /work ...@@ -9,10 +9,10 @@ WORKDIR /work
# tar -xzf CSPP_GEO2GRID_V1.0.0.tar.gz -C geo2grid --strip-components=1 && \ # tar -xzf CSPP_GEO2GRID_V1.0.0.tar.gz -C geo2grid --strip-components=1 && \
# rm CSPP_GEO2GRID_V1.0.0.tar.gz # rm CSPP_GEO2GRID_V1.0.0.tar.gz
# Beta release # Beta release
RUN curl -O ftp://ftp.ssec.wisc.edu/pub/CSPP/hidden/GEO/GEO2GRID/v1_0_1/CSPP_GEO2GRID_V1.0.1.tar.gz && \ RUN curl -O ftp://ftp.ssec.wisc.edu/pub/davidh/geo2grid-swbundle-1.0.2b0.tar.gz && \
mkdir -p geo2grid && \ mkdir -p geo2grid && \
tar -xzf CSPP_GEO2GRID_V1.0.1.tar.gz -C geo2grid --strip-components=1 && \ tar -xzf geo2grid-swbundle-1.0.2b0.tar.gz -C geo2grid --strip-components=1 && \
rm CSPP_GEO2GRID_V1.0.1.tar.gz rm *.tar.gz
RUN yum install -y unzip time && \ RUN yum install -y unzip time && \
curl -LO http://ssec.wisc.edu/~rayg/pub/amqpfind.zip && \ curl -LO http://ssec.wisc.edu/~rayg/pub/amqpfind.zip && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment