Sfoglia il codice sorgente

Merge pull request #20 from iyesin/drop-privs

Drop privileges
Ivan Babrou 8 anni fa
parent
commit
07e96e9ebb
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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"]