We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c9942 commit 6c1bdd1Copy full SHA for 6c1bdd1
trino-cli/Dockerfile
@@ -29,7 +29,7 @@ COPY --chown=${STACKABLE_USER_UID}:0 trino-cli/licenses /licenses
29
WORKDIR /stackable/trino-cli
30
31
RUN <<EOF
32
-curl -O https://repo.stackable.tech/repository/packages/trino-cli/trino-cli-${PRODUCT}-executable.jar
+curl -O "https://repo.stackable.tech/repository/packages/trino-cli/trino-cli-${PRODUCT}-executable.jar"
33
ln -s trino-cli-${PRODUCT}-executable.jar trino-cli-executable.jar
34
35
# All files and folders owned by root group to support running as arbitrary users.
0 commit comments