Skip to content

Commit 5d382db

Browse files
Update trino/Dockerfile
Co-authored-by: Siegfried Weber <[email protected]>
1 parent 007041a commit 5d382db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

trino/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ microdnf clean all
106106
rm -rf /var/cache/yum
107107
EOF
108108

109-
# If /stackable has any build artifacts / leftovers make sure its removed properly
110-
# or only copy what is actually required in the final image like:
111-
# COPY --from=trino-builder --chown=${STACKABLE_USER_UID}:0 /stackable/foo /stackable/foo
112109
COPY --from=trino-builder --chown=${STACKABLE_USER_UID}:0 /stackable /stackable
113110
COPY --chown=${STACKABLE_USER_UID}:0 trino/licenses /licenses
114111

0 commit comments

Comments
 (0)