Explorar o código

Merge pull request #20 from iyesin/drop-privs

Drop privileges
Ivan Babrou %!s(int64=8) %!d(string=hai) anos
pai
achega
07e96e9ebb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"]