mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
Many of these images have a slightly different sets of packages when the arm64 variant is pulled, so that leaving this digest unpinned causes the tests to fail on arm64 hosts. Pin the FROM lines to force stable platform values regardless of host architecture. Signed-off-by: Will Murphy <will.murphy@anchore.com>
6 lines
284 B
Docker
6 lines
284 B
Docker
FROM debian:sid@sha256:bee393b48f83fdeb978ce68abb9dc955d6398b984fca88b52a09dceb45ac74b5
|
|
ADD sources.list /etc/apt/sources.list.d/sources.list
|
|
RUN apt update -y && apt install -y dpkg-dev
|
|
# this as a "macho-invalid" directory which is useful for testing
|
|
RUN apt-get source -y clang-13
|