Disable rc swap script

We now do our own swap management in automount.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-11-29 15:31:12 +00:00
parent ac484232f7
commit 2f0211b1e8

View File

@ -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 && \