Merge pull request #20 from iyesin/drop-privs

Drop privileges
This commit is contained in:
Ivan Babrou
2017-08-24 14:53:44 +01:00
committed by GitHub

View File

@@ -6,4 +6,5 @@ RUN apk --update add python py-setuptools py-pip && \
apk del py-pip && \
rm -rf /var/cache/apk/*
USER nobody:nobody
ENTRYPOINT ["/usr/bin/curator"]