File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
content/manuals/engine/install Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,6 @@ Docker from the repository.
110110 ``` bash
111111 # Add Docker's official GPG key:
112112 sudo apt update
113- sudo apt install ca-certificates
114113 sudo install -m 0755 -d /etc/apt/keyrings
115114 wget -qO- {{% param " download-url-base" %}}/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
116115 sudo chmod a+r /etc/apt/keyrings/docker.gpg
Original file line number Diff line number Diff line change @@ -127,7 +127,6 @@ Docker from the repository.
127127 ``` bash
128128 # Add Docker's official GPG key:
129129 sudo apt update
130- sudo apt install ca-certificates
131130 sudo install -m 0755 -d /etc/apt/keyrings
132131 wget -qO- {{% param " download-url-base" %}}/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
133132 sudo chmod a+r /etc/apt/keyrings/docker.gpg
You can’t perform that action at this time.
0 commit comments