summaryrefslogtreecommitdiff
path: root/tool/annocheck/Dockerfile-copy
diff options
context:
space:
mode:
Diffstat (limited to 'tool/annocheck/Dockerfile-copy')
-rw-r--r--tool/annocheck/Dockerfile-copy7
1 files changed, 7 insertions, 0 deletions
diff --git a/tool/annocheck/Dockerfile-copy b/tool/annocheck/Dockerfile-copy
new file mode 100644
index 0000000000..e658d12ddc
--- /dev/null
+++ b/tool/annocheck/Dockerfile-copy
@@ -0,0 +1,7 @@
+FROM docker.io/fedora:latest
+ARG FILES
+
+RUN dnf -y install annobin-annocheck
+RUN mkdir /work
+COPY ${FILES} /work
+WORKDIR /work