Skip to content

Commit 08b8eb6

Browse files
updated docker file
1 parent 2fffa3c commit 08b8eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/ppc64le/self-hosted-builder/actions-runner.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN echo "deb [arch=ppc64el] http://ports.ubuntu.com/ubuntu-ports jammy main res
1111
echo "deb [arch=ppc64el] http://ports.ubuntu.com/ubuntu-ports jammy-security main restricted universe multiverse" >> /etc/apt/sources.list
1212

1313
# Fix sources for ppc64le and update system
14-
RUN apt-get clean && \
14+
RUN apt-get clean && rm -rf /var/lib/apt/lists/* && \
1515
apt-get update -o Acquire::Retries=5 -o Acquire::http::Timeout="10" && \
1616
apt-get -y install --no-install-recommends \
1717
build-essential \

0 commit comments

Comments
 (0)