mirror of
https://github.com/anchore/syft.git
synced 2025-11-19 09:23:15 +01:00
* recover from panics in stdlib binary parsing Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * add CLI test to cover regression case Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
6 lines
212 B
Docker
6 lines
212 B
Docker
FROM debian:sid
|
|
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
|