dustin
/
jenkinsagent
Archived
1
0
Fork 0

Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin 14dcad3ff4 ci: Begin CI pipeline 2022-03-16 20:34:48 -05:00
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM registry.fedoraproject.org/fedora:30
ARG UID
ARG GID
RUN echo jenkins:x:${UID}:${GID}::/:/bin/bash >> /etc/passwd
RUN echo jenkins:x:${UID}:${GID}::/var/lib/jenkins:/bin/bash >> /etc/passwd
RUN dnf install -y \
bc \