rmetzger commented on pull request #40: URL: https://github.com/apache/flink-docker/pull/40#issuecomment-693232488
I think the problem are the = and & characters in the download URL. If you quote the URL, it works: wget -nv -O flink.tgz "https://www.apache.org/dyn/closer.cgi?action=download&filename=flink/flink-1.11.2/flink-1.11.2-bin-scala_2.11.tgz" ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
