From 124721214641aadc4d90a7f7e89091bd5a4cad03 Mon Sep 17 00:00:00 2001 From: James Jones Date: Fri, 18 Nov 2022 20:20:41 -0500 Subject: [PATCH] Adding on coreutils for base64 support --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3e8426c..a688158 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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