Skip to content

Commit 85a927f

Browse files
committed
Reformat to make hadolint happy
1 parent 7a91ead commit 85a927f

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
@@ -99,7 +99,8 @@ 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+
# Required by snappy and duckdb, see https://github.com/trinodb/trino/pull/25143
103+
libstdc++ \
103104
zip && \
104105
microdnf clean all && \
105106
rm -rf /var/cache/yum

0 commit comments

Comments
 (0)