mirror of https://github.com/docker/docs.git
Update debian.md
Add gnupg2, required for `apt-key` invocation
This commit is contained in:
parent
67cca0c72e
commit
9801b2d8d8
|
@ -74,7 +74,7 @@ from the new repository:
|
||||||
4. Update package information, ensure that APT works with the `https` method, and that CA certificates are installed.
|
4. Update package information, ensure that APT works with the `https` method, and that CA certificates are installed.
|
||||||
|
|
||||||
$ apt-get update
|
$ apt-get update
|
||||||
$ apt-get install apt-transport-https ca-certificates
|
$ apt-get install apt-transport-https ca-certificates gnupg2
|
||||||
|
|
||||||
5. Add the new `GPG` key.
|
5. Add the new `GPG` key.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue