File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
website/static/docs/0.294 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -519,7 +519,7 @@ and specify an entry point to run the server.
519519 COPY etc /opt/presto/etc
520520
521521 # Download the Presto CLI and put it in the image
522- RUN wget --quiet https://repo1.maven.org/maven2/ com/facebook /presto/presto-cli /${PRESTO_VERSION}/presto-cli-${PRESTO_VERSION}-executable.jar
522+ RUN wget --quiet https://github. com/prestodb /presto/releases/download /${PRESTO_VERSION}/presto-cli-${PRESTO_VERSION}-executable.jar
523523 RUN mv presto-cli-${PRESTO_VERSION}-executable.jar /usr/local/bin/presto
524524 RUN chmod +x /usr/local/bin/presto
525525
Original file line number Diff line number Diff line change @@ -519,7 +519,7 @@ and specify an entry point to run the server.
519519 COPY etc /opt/presto/etc
520520
521521 # Download the Presto CLI and put it in the image
522- RUN wget --quiet https://repo1.maven.org/maven2/ com/facebook /presto/presto-cli /${PRESTO_VERSION}/presto-cli-${PRESTO_VERSION}-executable.jar
522+ RUN wget --quiet https://github. com/prestodb /presto/releases/download /${PRESTO_VERSION}/presto-cli-${PRESTO_VERSION}-executable.jar
523523 RUN mv presto-cli-${PRESTO_VERSION}-executable.jar /usr/local/bin/presto
524524 RUN chmod +x /usr/local/bin/presto
525525
You can’t perform that action at this time.
0 commit comments