We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f52e5 commit 45028eaCopy full SHA for 45028ea
docker/Dockerfile
@@ -27,7 +27,7 @@ RUN \
27
echo "Downloading JDK from ${JDK_DOWNLOAD_LINK}" && \
28
mkdir -p "${JAVA_HOME}" && \
29
curl -#LfS --retry 8 "${JDK_DOWNLOAD_LINK}" -o /jdktarfile && \
30
- tar -zxf /jdktarfile --no-same-owner --strip 1 -C "${JAVA_HOME}" && \
+ tar -zxf /jdktarfile --strip 1 -C "${JAVA_HOME}" && \
31
echo "Done"
32
33
FROM ${TRINO_GATEWAY_BUILD_IMAGE} AS packages
0 commit comments