diff --git a/alpine/Dockerfile b/alpine/Dockerfile index adb52574d..0e2107bc1 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -10,6 +10,7 @@ COPY etc /etc/ RUN \ setup-timezone -z UTC && \ + rc-update add networking && \ ln -s /bin/busybox /init CMD ["/bin/sh"]