mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Merge pull request #2686 from kolyshkin/fix-kubic-repo
Dockefile: fix path to skopeo repo
This commit is contained in:
+2
-2
@@ -68,8 +68,8 @@ RUN mkdir -p /usr/src/criu \
|
||||
&& rm -rf /usr/src/criu
|
||||
|
||||
# install skopeo
|
||||
RUN echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Debian_Unstable/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list \
|
||||
&& wget -nv https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/Debian_Unstable/Release.key -O- | sudo apt-key add - \
|
||||
RUN echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Debian_10/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list \
|
||||
&& wget -nv https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/Debian_10/Release.key -O- | sudo apt-key add - \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y --no-install-recommends skopeo \
|
||||
&& rm -rf /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list \
|
||||
|
||||
Reference in New Issue
Block a user