Skip to content

Commit c2f412b

Browse files
committed
refactor: remove duplicated dpkg entry in apt_core listing
1 parent 5de8bc5 commit c2f412b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appimagebuilder/builder/deploy/apt/listings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
glibc = ["libc6", "zlib1g", "libstdc++6"]
2121

2222
# packages that apt and dpkg assume as installed
23-
apt_core = ["dpkg", "debconf", "dpkg", "apt"]
23+
apt_core = ["dpkg", "debconf", "apt"]
2424

2525
# system service packages are usually safe to exclude
2626
system_services = [

0 commit comments

Comments
 (0)