[sonic-slave-buster]: user legacy iptables instead of nftables

Signed-off-by: Guohan Lu <lguohan@gmail.com>
This commit is contained in:
Guohan Lu 2020-04-14 04:13:15 +00:00
parent e95504fe72
commit 3ded45a70d

View File

@ -409,3 +409,4 @@ RUN apt-get install -y docker-ce=5:18.09.5~3-0~debian-buster
RUN apt-get install -y docker-ce=18.06.3~ce~3-0~debian RUN apt-get install -y docker-ce=18.06.3~ce~3-0~debian
{%- endif %} {%- endif %}
RUN echo "DOCKER_OPTS=\"--experimental --storage-driver=vfs\"" >> /etc/default/docker RUN echo "DOCKER_OPTS=\"--experimental --storage-driver=vfs\"" >> /etc/default/docker
RUN update-alternatives --set iptables /usr/sbin/iptables-legacy