From 3a77179c6957317d647e34a9f830d201fb8fa94d Mon Sep 17 00:00:00 2001 From: David Hoese <david.hoese@ssec.wisc.edu> Date: Thu, 28 May 2020 12:09:02 -0500 Subject: [PATCH] Fix amqpfind download URl for tile_gen container --- tile_gen/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tile_gen/Dockerfile b/tile_gen/Dockerfile index e51a66e..7393160 100644 --- a/tile_gen/Dockerfile +++ b/tile_gen/Dockerfile @@ -3,7 +3,7 @@ FROM tiledb/tiledb-geospatial:latest WORKDIR /work RUN apt-get update && apt-get install -y unzip && \ - wget http://ssec.wisc.edu/~rayg/pub/amqpfind.zip && \ + wget http://www.ssec.wisc.edu/~rayg/pub/amqpfind.zip && \ unzip amqpfind.zip && \ rm amqpfind.zip && \ rm -rf /var/lib/apt/lists/* -- GitLab