mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
Merge pull request #13718 from thaJeztah/remove_redundant_http_pkg
engine/install: remove apt-transport-https from instructions
This commit is contained in:
@@ -83,7 +83,6 @@ from the repository.
|
||||
$ sudo apt-get update
|
||||
|
||||
$ sudo apt-get install \
|
||||
apt-transport-https \
|
||||
ca-certificates \
|
||||
curl \
|
||||
gnupg \
|
||||
|
||||
@@ -105,7 +105,6 @@ from the repository.
|
||||
$ sudo apt-get update
|
||||
|
||||
$ sudo apt-get install \
|
||||
apt-transport-https \
|
||||
ca-certificates \
|
||||
curl \
|
||||
gnupg \
|
||||
|
||||
Reference in New Issue
Block a user