mirror of
https://github.com/containers/skopeo.git
synced 2025-09-25 04:11:36 +00:00
Merge pull request #1578 from slhck/patch-1
do not recommend upgrading all packages
This commit is contained in:
@@ -81,7 +81,6 @@ provides packages for Ubuntu 20.04 (it should also work with direct derivatives
|
||||
echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
|
||||
curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/Release.key | sudo apt-key add -
|
||||
sudo apt-get update
|
||||
sudo apt-get -y upgrade
|
||||
sudo apt-get -y install skopeo
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user