ansible/Containerfile

13 lines
261 B
Docker

from git.pyrocufflink.blue/containerimages/jenkins-base
RUN dnf install -y \
ansible \
findutils \
krb5-workstation \
openssh-clients \
python3-dns \
python3-netaddr \
&& dnf clean all \
COPY default-realm.krb5.conf /etc/krb5.conf.d/default-realm.conf