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 b319c1b commit 7a91eadCopy full SHA for 7a91ead
trino/Dockerfile
@@ -99,7 +99,7 @@ RUN microdnf update && \
99
httpd-tools \
100
python \
101
tar \
102
- libstdc++ `# Required by snappy and duckdb, see https://github.com/trinodb/trino/pull/25143` \
+ libstdc++ # Required by snappy and duckdb, see https://github.com/trinodb/trino/pull/25143 \
103
zip && \
104
microdnf clean all && \
105
rm -rf /var/cache/yum
0 commit comments