FROM docker.io/fedora:latest
ARG FILES

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