IUM_04
This commit is contained in:
parent
84682e0cc0
commit
bdcf6d1109
@ -1,6 +1,5 @@
|
||||
FROM ubuntu:latest
|
||||
RUN groupadd --gid 502 jenkins && \
|
||||
useradd --shell /bin/bash --gid 502 --uid 501 jenkins
|
||||
RUN adduser --disabled-password --gecos '' jenkins
|
||||
USER jenkins
|
||||
|
||||
ENV KAGGLE_USERNAME=adamwieczrek
|
||||
|
Loading…
Reference in New Issue
Block a user