mirror of https://github.com/docker/docs.git
Update chmod command in GPG Error Tip
This commit is contained in:
parent
4c80cbe24d
commit
9ebf533333
|
@ -123,7 +123,7 @@ Docker from the repository.
|
||||||
> public key file before updating the package index:
|
> public key file before updating the package index:
|
||||||
>
|
>
|
||||||
> ```console
|
> ```console
|
||||||
> $ sudo chmod a+r /etc/apt/keyrings/docker.gpg
|
> $ sudo chmod -R a+rx /etc/apt/keyrings
|
||||||
> $ sudo apt-get update
|
> $ sudo apt-get update
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue