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 2fffa3c commit 08b8eb6Copy full SHA for 08b8eb6
.github/scripts/ppc64le/self-hosted-builder/actions-runner.Dockerfile
@@ -11,7 +11,7 @@ RUN echo "deb [arch=ppc64el] http://ports.ubuntu.com/ubuntu-ports jammy main res
11
echo "deb [arch=ppc64el] http://ports.ubuntu.com/ubuntu-ports jammy-security main restricted universe multiverse" >> /etc/apt/sources.list
12
13
# Fix sources for ppc64le and update system
14
-RUN apt-get clean && \
+RUN apt-get clean && rm -rf /var/lib/apt/lists/* && \
15
apt-get update -o Acquire::Retries=5 -o Acquire::http::Timeout="10" && \
16
apt-get -y install --no-install-recommends \
17
build-essential \
0 commit comments