bring up networking

Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
Justin Cormack 2015-12-07 16:29:00 +00:00
parent 717a378df9
commit b51d0bf308

View File

@ -10,6 +10,7 @@ COPY etc /etc/
RUN \
setup-timezone -z UTC && \
rc-update add networking && \
ln -s /bin/busybox /init
CMD ["/bin/sh"]