File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
.github/scripts/s390x-ci/self-hosted-builder Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments