Browse Source

Drop privileges

Just drop privileges
Ilya Yesin 8 years ago
parent
commit
b8618822c2
1 changed files with 1 additions and 0 deletions
  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"]