diff --git a/.github/workflows/containers/github-action-ci/Dockerfile b/.github/workflows/containers/github-action-ci/Dockerfile index 69c71f638e2ac..c174a227c6180 100644 --- a/.github/workflows/containers/github-action-ci/Dockerfile +++ b/.github/workflows/containers/github-action-ci/Dockerfile @@ -58,10 +58,8 @@ RUN apt-get update && \ python3-psutil \ sudo \ # These are needed by the premerge pipeline. Pip is used to install - # dependent python packages and ccache is used for build caching. File and - # tzdata are used for tests. + # dependent python packages. File and tzdata are used for tests. python3-pip \ - ccache \ file \ tzdata && \ apt-get clean && \