dont switch users in dockerfile, use runuser instead

This commit is contained in:
Brian Seymour 2018-09-21 12:19:37 -05:00
parent 548e69d3f3
commit fce8babb89
2 changed files with 1 additions and 2 deletions

View file

@ -16,5 +16,4 @@ RUN echo 'runner hard nproc 16' >> /etc/security/limits.conf
RUN echo 'runner soft nofile 128' >> /etc/security/limits.conf
RUN echo 'runner hard nofile 128' >> /etc/security/limits.conf
USER runner
WORKDIR /tmp