File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ Docker from the repository.
9797 ```console
9898 $ sudo install -m 0755 -d /etc/apt/keyrings
9999 $ curl -fsSL {{ download-url-base }}/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
100+ $ sudo chmod a+r /etc/apt/keyrings/docker.gpg
100101 ```
101102
1021033. Use the following command to set up the repository:
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ Docker from the repository.
9696 ```console
9797 $ sudo install -m 0755 -d /etc/apt/keyrings
9898 $ curl -fsSL {{ download-url-base }}/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
99+ $ sudo chmod a+r /etc/apt/keyrings/docker.gpg
99100 ```
100101
1011023. Use the following command to set up the repository:
You can’t perform that action at this time.
0 commit comments