Skip to content

Commit 6e8c5bf

Browse files
build script comment manylinux check
1 parent fc758cc commit 6e8c5bf

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/scripts/s390x-ci/self-hosted-builder/actions-runner.Dockerfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,8 @@ RUN chmod +x /usr/bin/actions-runner /usr/bin/entrypoint
4747
# install podman
4848
# Add Podman repository and install Podman
4949

50+
RUN apt-get install -y podman podman-docker
5051

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 && \
53-
apt-get install -y software-properties-common && \
54-
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 && \
55-
curl -fsSL https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/Ubuntu_22.04/Release.key | gpg --dearmor -o /usr/share/keyrings/libcontainers.gpg && \
56-
apt-get update && \
57-
apt-get install -y podman podman-docker && \
58-
apt-get clean && \
59-
rm -rf /var/lib/apt/lists/*
6052

6153

6254

0 commit comments

Comments
 (0)