From d1c81147c1e8a396a7bb1cca0353a594aa991a41 Mon Sep 17 00:00:00 2001 From: Rene Luria Date: Mon, 3 Feb 2020 10:29:21 +0100 Subject: [PATCH] Update container-runtimes.md (#18608) for debian install of docker, also install gnupg2 for apt-key add to work --- .../en/docs/setup/production-environment/container-runtimes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/production-environment/container-runtimes.md b/content/en/docs/setup/production-environment/container-runtimes.md index 2e90a09fd8..704a2728c5 100644 --- a/content/en/docs/setup/production-environment/container-runtimes.md +++ b/content/en/docs/setup/production-environment/container-runtimes.md @@ -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 Docker’s official GPG key curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -