File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
.github/scripts/s390x-ci/self-hosted-builder Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
4848# Add Podman repository and install Podman
4949
5050
51- RUN apt-get update && \
51+ RUN sed -i 's|http://archive.ubuntu.com/ubuntu|http://ports.ubuntu.com/ubuntu-ports|g' /etc/apt/sources.list && \
52+ apt-get update && \
5253 apt-get install -y software-properties-common && \
53- sed -i 's|http://archive.ubuntu.com/ubuntu|http://ports.ubuntu.com/ubuntu-ports|g' /etc/apt/sources.list && \
5454 echo "deb [signed-by=/usr/share/keyrings/libcontainers.gpg] https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Ubuntu_22.04/ /" > /etc/apt/sources.list.d/libcontainers.list && \
5555 curl -fsSL https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/Ubuntu_22.04/Release.key | gpg --dearmor -o /usr/share/keyrings/libcontainers.gpg && \
5656 apt-get update && \
@@ -60,6 +60,7 @@ RUN apt-get update && \
6060
6161
6262
63+
6364# amd64 Github Actions Runner.
6465RUN useradd -m actions-runner
6566USER actions-runner
You can’t perform that action at this time.
0 commit comments