diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 8ce05bc12..bef588dcf 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -12,7 +12,6 @@ COPY . . RUN rm Dockerfile RUN \ - rc-update add swap boot && \ rc-update add sysctl boot && \ rc-update add bootmisc boot && \ rc-update add urandom boot && \