From b51d0bf308c6c343a45ca27e84f146b6d242b053 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Mon, 7 Dec 2015 16:29:00 +0000 Subject: [PATCH] bring up networking Signed-off-by: Justin Cormack --- alpine/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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"]