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 6c1bdd1 commit 7f16dadCopy full SHA for 7f16dad
trino-cli/Dockerfile
@@ -30,7 +30,7 @@ WORKDIR /stackable/trino-cli
30
31
RUN <<EOF
32
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
+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.
36
# This is best practice as all container users will belong to the root group (0).
0 commit comments