Skip to content

Commit 0bdc149

Browse files
authored
Merge pull request #38195 from apache/fix-flink-container
Fix Flink Container jobs
2 parents 48a6ceb + 77ff670 commit 0bdc149

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .github/gh-actions-self-hosted-runners/arc/images

.github/gh-actions-self-hosted-runners/arc/images/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN docker buildx install && docker buildx version
2626
USER root
2727
# Native build toolchain for Python C extensions.
2828
RUN apt-get update && \
29-
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends build-essential time rsync && \
29+
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends build-essential time rsync openssh-client && \
3030
rm -rf /var/lib/apt/lists/*
3131
#Install Node
3232
RUN curl -OL https://nodejs.org/dist/v22.14.0/node-v22.14.0-linux-x64.tar.xz && \

0 commit comments

Comments
 (0)