mirror of
https://github.com/containers/skopeo.git
synced 2026-07-14 13:48:32 +00:00
We need this for platforms like Ubuntu and Debian that do not ship a standard (post 1.0rc4) version of runc. I'm assuming here this is why we're building `runc` on our own here - but it doesn't make sense to just do that while leaving only a symlink in $PWD. We want to actually install the thing as well. So we add an `install.runc` target, similar to `install.libseccomp.sudo` to make sure we install `runc` in the right location. An alternative to this would be to change the documentation to do the `install` command by hand, but this is more error-prone. As runc trickles down to the Debian distros, we can then just remove the `make install.runc` call and, eventually, the target itself. Closes: #355 Signed-off-by: Antoine Beaupré <anarcat@debian.org> Closes: #354 Approved by: rhatdan
3.0 KiB
3.0 KiB