Skip to content
Snippets Groups Projects
Commit 3a77179c authored by David Hoese's avatar David Hoese
Browse files

Fix amqpfind download URl for tile_gen container

parent b5dce419
No related branches found
No related tags found
No related merge requests found
......@@ -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/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment