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 4c22ec7 commit b319c1bCopy full SHA for b319c1b
trino/Dockerfile
@@ -78,7 +78,7 @@ COPY shared/log4shell_scanner /bin/log4shell_scanner
78
RUN /bin/log4shell_scanner s /stackable/trino-server-${PRODUCT}
79
# ===
80
81
-FROM stackable/image/java-base
+FROM stackable/image/java-base AS final
82
83
ARG PRODUCT
84
ARG JMX_EXPORTER
@@ -99,6 +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` \
103
zip && \
104
microdnf clean all && \
105
rm -rf /var/cache/yum
0 commit comments