# findutils for xargs, python3 for python3, gettext for envsubst, time for /usr/bin/time, python3-pip for installing aws cli, groff-base for aws cli help command
RUN dnf -yinstall findutils python39 python39-pip gettext timegroff-base
RUN microdnf -yinstall findutils python gettext time
WORKDIR /work
RUN curl -L-o flaregun.tar.gz https://gitlab.ssec.wisc.edu/rayg/flaregun/-/archive/develop/flaregun-develop.tar.gz &&\