We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a23855 commit f8d0cddCopy full SHA for f8d0cdd
.github/workflows/containers/github-action-ci/Dockerfile
@@ -57,6 +57,10 @@ RUN apt-get update && \
57
nodejs \
58
perl-modules \
59
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.
64
python3-pip \
65
ccache \
66
file \
0 commit comments