# Use this Dockerfile to create simple images that can be used as fixture
# data for things like pruning tests.
FROM scratch
COPY ./testfile1 /testfile1
COPY ./testfile2 /testfile2
