mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
bring up networking
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
parent
717a378df9
commit
b51d0bf308
@ -10,6 +10,7 @@ COPY etc /etc/
|
||||
|
||||
RUN \
|
||||
setup-timezone -z UTC && \
|
||||
rc-update add networking && \
|
||||
ln -s /bin/busybox /init
|
||||
|
||||
CMD ["/bin/sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user