github.com/anchore/syft@v1.38.2/syft/pkg/cataloger/debian/test-fixtures/image-single-dpkg/Dockerfile (about) 1 FROM ubuntu:22.04 AS downloader 2 3 RUN apt-get update && apt-get install -y curl 4 5 RUN curl -o zlib1g.deb http://archive.ubuntu.com/ubuntu/pool/main/z/zlib/zlib1g_1.3.dfsg-3.1ubuntu2.1_amd64.deb 6 7 FROM scratch 8 9 COPY --from=downloader /zlib1g.deb /zlib1g.deb