mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #6676 from berendt/opensuse_import_public_gpg_key
Import public GPG key after adding the openSUSE repository
This commit is contained in:
commit
b074e9b01d
1 changed files with 2 additions and 0 deletions
|
@ -19,9 +19,11 @@ repository.
|
|||
|
||||
# openSUSE 12.3
|
||||
$ sudo zypper ar -f http://download.opensuse.org/repositories/Virtualization/openSUSE_12.3/ Virtualization
|
||||
$ sudo rpm --import http://download.opensuse.org/repositories/Virtualization/openSUSE_12.3/repodata/repomd.xml.key
|
||||
|
||||
# openSUSE 13.1
|
||||
$ sudo zypper ar -f http://download.opensuse.org/repositories/Virtualization/openSUSE_13.1/ Virtualization
|
||||
$ sudo rpm --import http://download.opensuse.org/repositories/Virtualization/openSUSE_13.1/repodata/repomd.xml.key
|
||||
|
||||
Install the Docker package.
|
||||
|
||||
|
|
Loading…
Reference in a new issue