diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 9b0968666..58b9ad271 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -7,4 +7,6 @@ COPY motd hostname /etc/ RUN apk update && apk upgrade && apk add e2fsprogs docker +RUN ln -s /bin/busybox /init + CMD ["/bin/sh"]