Skip to content

Commit 9bf4143

Browse files
authored
Change console back to iptables-legacy (#85)
1 parent 1d57b43 commit 9bf4143

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

images/02-console/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ RUN apt-get update \
88
sudo less curl ca-certificates psmisc htop kmod iproute2 \
99
net-tools bash-completion wget \
1010
nano open-iscsi iputils-ping \
11+
&& update-alternatives --set iptables /usr/sbin/iptables-legacy \
12+
&& update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy \
1113
&& rm -rf /var/lib/apt/lists/* \
1214
&& rm -rf /etc/ssh/*key* \
1315
&& echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen \

scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper423

Whitespace-only changes.

0 commit comments

Comments
 (0)