From 7f1bc4b20ec58c76a2f2d3f9177ac44e31e25a3d Mon Sep 17 00:00:00 2001
From: Robert Martin-Legene <rlegene@gmail.com>
Date: Tue, 6 Oct 2020 20:12:16 -0300
Subject: [PATCH] Update README.md

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 9d957b6..02441e8 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,7 @@ apt install -y apt-transport-https ca-certificates curl gnupg-agent \
 add-apt-repository \
    "deb [arch=amd64] https://download.docker.com/linux/debian \
    $(lsb_release -cs) stable"
+curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
 apt update
 apt install -y docker-ce docker-ce-cli containerd.io
 docker run hello-world
-- 
GitLab