Skip to content

Commit 642a798

Browse files
committed
ca-certificates is pre-included in Debian & Ubuntu
1 parent e2f4c33 commit 642a798

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

content/manuals/engine/install/debian.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

content/manuals/engine/install/ubuntu.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)