16 lines
296 B
Docker
16 lines
296 B
Docker
from git.pyrocufflink.blue/containerimages/jenkins-base
|
|
|
|
RUN dnf install -y \
|
|
ansible \
|
|
findutils \
|
|
krb5-workstation \
|
|
openssh-clients \
|
|
python3-ara \
|
|
python3-dns \
|
|
python3-netaddr \
|
|
&& dnf clean all
|
|
|
|
COPY default-realm.krb5.conf /etc/krb5.conf.d/default-realm.conf
|
|
|
|
USER jenkins:jenkins
|