1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

Handle iptables better WSL2 (#2849)

This commit is contained in:
Pascal Vizeli
2021-04-29 12:31:34 +02:00
committed by GitHub
parent f3a562006a
commit 0d915a3efc
2 changed files with 3 additions and 2 deletions

View File

@@ -41,8 +41,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
docker-ce \
docker-ce-cli \
containerd.io \
&& update-alternatives --set iptables /usr/sbin/iptables-legacy \
&& update-alternatives --set ip6tables /usr/sbin/iptables-legacy \
&& rm -rf /var/lib/apt/lists/*
# Install tools