diff --git a/engine/install/ubuntu.md b/engine/install/ubuntu.md index 8c563d3cac..00db1b861d 100644 --- a/engine/install/ubuntu.md +++ b/engine/install/ubuntu.md @@ -123,7 +123,7 @@ Docker from the repository. > public key file before updating the package index: > > ```console - > $ sudo chmod a+r /etc/apt/keyrings/docker.gpg + > $ sudo chmod -R a+rx /etc/apt/keyrings > $ sudo apt-get update > ```