Skip to content

Commit f8d0cdd

Browse files
Add comments
1 parent 9a23855 commit f8d0cdd

File tree

1 file changed

+4
-0
lines changed
  • .github/workflows/containers/github-action-ci

1 file changed

+4
-0
lines changed

.github/workflows/containers/github-action-ci/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ RUN apt-get update && \
5757
nodejs \
5858
perl-modules \
5959
python3-psutil \
60+
61+
# These are needed by the premerge pipeline. Pip is used to install
62+
# dependent python packages and ccache is used for build caching. File and
63+
# tzdata are used for tests.
6064
python3-pip \
6165
ccache \
6266
file \

0 commit comments

Comments
 (0)