Skip to content

Commit b319c1b

Browse files
committed
feat(trino): Add libstdc++ package, needed by snappy and duckdb
1 parent 4c22ec7 commit b319c1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

trino/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ COPY shared/log4shell_scanner /bin/log4shell_scanner
7878
RUN /bin/log4shell_scanner s /stackable/trino-server-${PRODUCT}
7979
# ===
8080

81-
FROM stackable/image/java-base
81+
FROM stackable/image/java-base AS final
8282

8383
ARG PRODUCT
8484
ARG JMX_EXPORTER
@@ -99,6 +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` \
102103
zip && \
103104
microdnf clean all && \
104105
rm -rf /var/cache/yum

0 commit comments

Comments
 (0)