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 1ee365b commit 8c325d8Copy full SHA for 8c325d8
.github/scripts/ppc64le/self-hosted-builder/actions-runner.Dockerfile
@@ -24,7 +24,7 @@ RUN apt-get update -o Acquire::Retries=5 -o Acquire::http::Timeout="10" && \
24
vim \
25
python3 \
26
python3-pip \
27
- apt-get clean && rm -rf /var/lib/apt/lists/*
+ rm -rf /var/lib/apt/lists/*
28
29
# Switch to iptables-legacy
30
RUN update-alternatives --set iptables /usr/sbin/iptables-legacy && \
0 commit comments