Skip to content

Commit 8c325d8

Browse files
updated docker file
1 parent 1ee365b commit 8c325d8

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
@@ -24,7 +24,7 @@ RUN apt-get update -o Acquire::Retries=5 -o Acquire::http::Timeout="10" && \
2424
vim \
2525
python3 \
2626
python3-pip \
27-
apt-get clean && rm -rf /var/lib/apt/lists/*
27+
rm -rf /var/lib/apt/lists/*
2828

2929
# Switch to iptables-legacy
3030
RUN update-alternatives --set iptables /usr/sbin/iptables-legacy && \

0 commit comments

Comments
 (0)