mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-07 04:16:26 +02:00
runner user
This commit is contained in:
parent
97ba014d25
commit
7a675498ca
1 changed files with 5 additions and 0 deletions
|
@ -8,3 +8,8 @@ RUN apt-get -y install python3
|
||||||
RUN apt-get -y install ruby
|
RUN apt-get -y install ruby
|
||||||
RUN apt-get -y install nodejs
|
RUN apt-get -y install nodejs
|
||||||
RUN apt-get -y install golang
|
RUN apt-get -y install golang
|
||||||
|
|
||||||
|
RUN useradd runner
|
||||||
|
|
||||||
|
RUN echo '@runner soft nproc 16' >> /etc/security/limits.conf
|
||||||
|
RUN echo '@runner hard nproc 16' >> /etc/security/limits.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue