github.com/nextlinux/gosbom@v0.81.1-0.20230627115839-1ff50c281391/gosbom/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