Skip to content
Merged
4 changes: 1 addition & 3 deletions .github/workflows/containers/github-action-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
Loading