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 7a91ead commit 85a927fCopy full SHA for 85a927f
trino/Dockerfile
@@ -99,7 +99,8 @@ 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 \
+ # Required by snappy and duckdb, see https://github.com/trinodb/trino/pull/25143
103
+ libstdc++ \
104
zip && \
105
microdnf clean all && \
106
rm -rf /var/cache/yum
0 commit comments