Parcourir la source

Merge pull request #20 from iyesin/drop-privs

Drop privileges
Ivan Babrou il y a 8 ans
Parent
commit
07e96e9ebb
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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"]