Skip to content

Commit ef7bd8c

Browse files
committed
remove copy paste leftover
1 parent 06fa9be commit ef7bd8c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

spark-k8s/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,6 @@ RUN export MAVEN_OPTS="-Xss64m -Xmx2g -XX:ReservedCodeCacheSize=1g" \
198198

199199
# <<< Build spark
200200

201-
# Get the correct `tini` binary for our architecture.
202-
RUN <<EOF
203-
curl --fail "https://repo.stackable.tech/repository/packages/tini/tini-${TINI}-${TARGETARCH}" \
204-
-o /usr/bin/tini
205-
chmod +x /usr/bin/tini
206-
EOF
207-
208201
WORKDIR /stackable/spark-${PRODUCT}/dist/jars
209202

210203
# Copy modules required for s3a://

0 commit comments

Comments
 (0)