FROM docker.io/fedora:latest
ARG IN_DIR

RUN dnf -y install annobin-annocheck
COPY ${IN_DIR} /work
WORKDIR /work
