Merge pull request #540 from justincormack/local

Enable local service
This commit is contained in:
Justin Cormack 2016-09-22 16:05:39 +01:00 committed by GitHub
commit 7c84387b80

View File

@ -35,6 +35,7 @@ RUN \
rc-update add fsck && \
rc-update add root && \
rc-update add crond && \
rc-update add local && \
rc-update add localmount && \
rc-update add docker default && \
rc-update add proxy default && \