File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
website/static/docs/0.294/installation Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1736,7 +1736,7 @@ <h2 id="an-example-deployment-with-docker">An Example Deployment with Docker<a c
1736
1736
< span class ="k "> COPY</ span > < span class ="w "> </ span > etc< span class ="w "> </ span > /opt/presto/etc
1737
1737
1738
1738
< span class ="c "> # Download the Presto CLI and put it in the image</ span >
1739
- < span class ="k "> RUN</ span > < span class ="w "> </ span > wget< span class ="w "> </ span > --quiet< span class ="w "> </ span > https://repo1.maven.org/maven2/ com/facebook /presto/presto-cli /< span class ="si "> ${</ span > < span class ="nv "> PRESTO_VERSION</ span > < span class ="si "> }</ span > /presto-cli-< span class ="si "> ${</ span > < span class ="nv "> PRESTO_VERSION</ span > < span class ="si "> }</ span > -executable.jar
1739
+ < span class ="k "> RUN</ span > < span class ="w "> </ span > wget< span class ="w "> </ span > --quiet< span class ="w "> </ span > https://github. com/prestodb /presto/releases/download /< span class ="si "> ${</ span > < span class ="nv "> PRESTO_VERSION</ span > < span class ="si "> }</ span > /presto-cli-< span class ="si "> ${</ span > < span class ="nv "> PRESTO_VERSION</ span > < span class ="si "> }</ span > -executable.jar
1740
1740
< span class ="k "> RUN</ span > < span class ="w "> </ span > mv< span class ="w "> </ span > presto-cli-< span class ="si "> ${</ span > < span class ="nv "> PRESTO_VERSION</ span > < span class ="si "> }</ span > -executable.jar< span class ="w "> </ span > /usr/local/bin/presto
1741
1741
< span class ="k "> RUN</ span > < span class ="w "> </ span > chmod< span class ="w "> </ span > +x< span class ="w "> </ span > /usr/local/bin/presto
1742
1742
You can’t perform that action at this time.
0 commit comments