Skip to content

Commit 7f16dad

Browse files
Update trino-cli/Dockerfile
Co-authored-by: Nick <[email protected]>
1 parent 6c1bdd1 commit 7f16dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trino-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ WORKDIR /stackable/trino-cli
3030

3131
RUN <<EOF
3232
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
33+
ln -s "trino-cli-${PRODUCT}-executable.jar" trino-cli-executable.jar
3434

3535
# All files and folders owned by root group to support running as arbitrary users.
3636
# This is best practice as all container users will belong to the root group (0).

0 commit comments

Comments
 (0)