Skip to content

Commit 16d5cb0

Browse files
committed
debian-iptables(bullseye): Drop package installations from backports
iptables and ebtables are at sufficiently recent versions in bullseye that installing from bullseye-backports should not be necessary. Signed-off-by: Stephen Augustus <[email protected]>
1 parent 31530bf commit 16d5cb0

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

images/build/debian-iptables/bullseye/Dockerfile

+2-7
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,12 @@ ARG BASEIMAGE
1616

1717
FROM ${BASEIMAGE} as build
1818

19-
# Install iptables and ebtables packages from bullseye-backports
20-
RUN echo deb http://deb.debian.org/debian bullseye-backports main >> /etc/apt/sources.list \
21-
&& apt-get update \
22-
&& apt-get -t bullseye-backports -y --no-install-recommends install \
23-
iptables \
24-
ebtables
25-
2619
# Install other dependencies and then clean up apt caches
2720
RUN clean-install \
2821
conntrack \
22+
ebtables \
2923
ipset \
24+
iptables \
3025
kmod \
3126
netbase
3227

0 commit comments

Comments
 (0)