Adding on coreutils for base64 support

This commit is contained in:
James Jones
2022-11-18 20:20:41 -05:00
parent 6cc183ad6c
commit 1247212146

View File

@@ -1,7 +1,8 @@
FROM quay.io/podman/stable:latest
# Adding on the docker alias, docker-compose and other useful stuff
RUN dnf install -y podman-docker buildah skopeo docker-compose util-linux ansible-core openssh-clients krb5-devel krb5-libs krb5-workstation git jq unzip
RUN dnf install -y podman-docker buildah skopeo docker-compose \
util-linux ansible-core openssh-clients krb5-devel krb5-libs krb5-workstation git jq unzip coreutils
# Adding some Ansible Key and Timeout setting
ENV ANSIBLE_HOST_KEY_CHECKING=False