miragesdk: remove dhccpd in the init container

Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
This commit is contained in:
Thomas Gazagnaire 2017-03-27 18:04:14 +02:00
parent ebdf371421
commit 18635ed2e1
2 changed files with 0 additions and 4 deletions

View File

@ -4,7 +4,6 @@ RUN \
apk --no-cache update && \
apk --no-cache upgrade -a && \
apk --no-cache add \
dhcpcd \
&& rm -rf /var/cache/apk/*
COPY . ./

View File

@ -101,6 +101,3 @@ hwclock --hctosys --utc
ip addr add 127.0.0.1/8 dev lo brd + scope host
ip route add 127.0.0.0/8 dev lo scope host
ip link set lo up
# will be containerised
/sbin/dhcpcd