From 2f0211b1e80e8394d260cdb76d8a5cad174d1247 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Tue, 29 Nov 2016 15:31:12 +0000 Subject: [PATCH] Disable rc swap script We now do our own swap management in automount. Signed-off-by: Justin Cormack --- alpine/Dockerfile | 1 - 1 file changed, 1 deletion(-) 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 && \