github.com/anchore/syft@v1.38.2/cmd/syft/internal/test/integration/test-fixtures/image-large-apk-data/Dockerfile (about)

     1  FROM alpine@sha256:d9a7354e3845ea8466bb00b22224d9116b183e594527fb5b6c3d30bc01a20378 AS base
     2  
     3  # we keep these unpinned so that if alpine
     4  # changes our integration tests can adapt
     5  RUN apk add --no-cache \
     6              tzdata \
     7              vim \
     8              alpine-sdk
     9  
    10  # we don't need the installed bins for this test, only the APK installed metadata
    11  FROM scratch
    12  
    13  COPY --from=base /lib/apk/db/installed /lib/apk/db/installed