1
0
mirror of https://github.com/docker/docker-ce-packaging.git synced 2025-04-19 00:04:03 +03:00

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:
Paweł Gronowski 2024-12-13 16:50:54 +01:00
parent 9abf4a979f
commit 3e7dc9e5ac
No known key found for this signature in database
GPG Key ID: B85EFCFE26DEF92A

3
verify
View File

@ -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)