github.com/kastenhq/syft@v0.0.0-20230821225854-0710af25cdbe/syft/internal/fileresolver/test-fixtures/image-files-deleted/Dockerfile (about)

     1  FROM alpine:3.17.1 as tools
     2  FROM scratch
     3  COPY --from=tools /bin /bin
     4  COPY --from=tools /lib /lib
     5  ADD . .
     6  RUN rm -rf file-1.txt /bin /lib