github.com/anchore/syft@v1.38.2/cmd/syft/internal/test/integration/test-fixtures/image-owning-package/Dockerfile (about) 1 FROM ubuntu:20.04@sha256:33a5cc25d22c45900796a1aca487ad7a7cb09f09ea00b779e3b2026b4fc2faba AS base 2 # this covers rpm-python 3 RUN apt-get update && apt-get install -y python-pil=6.2.1-3 4 5 # let's save some space... 6 FROM scratch 7 8 COPY --from=base /var/lib/dpkg/status /var/lib/dpkg/status