verify: Remove `software-properties-common` package install
It's no longer needed Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
Родитель
9abf4a979f
Коммит
3e7dc9e5ac
3
verify
3
verify
|
@ -49,8 +49,7 @@ function verify_deb() {
|
|||
ca-certificates \
|
||||
curl \
|
||||
gnupg2 \
|
||||
lsb-release \
|
||||
software-properties-common
|
||||
lsb-release
|
||||
|
||||
DIST_ID=$(source /etc/os-release; echo "$ID")
|
||||
DIST_VERSION=$(lsb_release -sc)
|
||||
|
|
Загрузка…
Ссылка в новой задаче