From 3169bd9386fed547549112d33d85d7f4cc94d962 Mon Sep 17 00:00:00 2001 From: Rene Luria Date: Fri, 10 Jan 2020 17:38:03 +0100 Subject: [PATCH] Update container-runtimes.md 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 853256bfb6c02..88a22be0ab505 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 \ - 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 -