Ver código fonte

Merge pull request #20 from iyesin/drop-privs

Drop privileges
Ivan Babrou 8 anos atrás
pai
commit
07e96e9ebb
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -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"]