Merge pull request #811 from justincormack/noswap

Disable rc swap script
This commit is contained in:
Justin Cormack 2016-11-29 07:47:00 -08:00 committed by GitHub
commit 1f2f77f1e9

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