mirror of
https://github.com/containers/skopeo.git
synced 2025-08-28 11:03:19 +00:00
do not recommend upgrading all packages
The command to install skopeo for Ubuntu 20.04 includes a forced upgrade step for all packages. Installing skopeo does not require the upgrade step, and it could lead to possible issues completely unrelated to the project. Signed-off-by: Werner Robitza <werner.robitza@gmail.com>
This commit is contained in:
parent
8539d21152
commit
8cbfcc820a
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user