Skip to content

Commit 1fb3088

Browse files
authored
Add GNU time to ARC runner image (#38022)
1 parent 16aee79 commit 1fb3088

File tree

1 file changed

+1
-1
lines changed
  • .github/gh-actions-self-hosted-runners/arc/images

1 file changed

+1
-1
lines changed

.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 && \
29+
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends build-essential time && \
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)