Update container-runtimes.md (#18608)

for debian install of docker, also install gnupg2 for apt-key add to work
This commit is contained in:
Rene Luria
2020-02-03 10:29:21 +01:00
committed by GitHub
parent af843e8ca1
commit d1c81147c1
@@ -75,7 +75,7 @@ Use the following commands to install Docker on your system:
## Set up the repository:
### Install packages to allow apt to use a repository over HTTPS
apt-get update && apt-get install -y \
apt-transport-https ca-certificates curl software-properties-common
apt-transport-https ca-certificates curl software-properties-common gnupg2
### Add Dockers official GPG key
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -