diff --git a/images/02-console/Dockerfile b/images/02-console/Dockerfile index 92e8a5afb..7345f3455 100644 --- a/images/02-console/Dockerfile +++ b/images/02-console/Dockerfile @@ -8,6 +8,8 @@ RUN apt-get update \ sudo less curl ca-certificates psmisc htop kmod iproute2 \ net-tools bash-completion wget \ nano open-iscsi iputils-ping \ + && update-alternatives --set iptables /usr/sbin/iptables-legacy \ + && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy \ && rm -rf /var/lib/apt/lists/* \ && rm -rf /etc/ssh/*key* \ && echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen \ diff --git a/scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper423 b/scripts/images/raspberry-pi-hypriot64/Dockerfile.dapper423 new file mode 100644 index 000000000..e69de29bb