Skip to content

Commit 7a91ead

Browse files
committed
Remove quotes
1 parent b319c1b commit 7a91ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trino/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ RUN microdnf update && \
9999
httpd-tools \
100100
python \
101101
tar \
102-
libstdc++ `# Required by snappy and duckdb, see https://github.com/trinodb/trino/pull/25143` \
102+
libstdc++ # Required by snappy and duckdb, see https://github.com/trinodb/trino/pull/25143 \
103103
zip && \
104104
microdnf clean all && \
105105
rm -rf /var/cache/yum

0 commit comments

Comments
 (0)