Skip to content

Commit

Permalink
Add yaml-dev and libffi-dev to Dockerfile dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Feb 21, 2025
1 parent d605ccd commit bcfe211
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ RUN apk add --update \
curl-dev \
libc6-compat \
musl-dev \
yaml-dev \
libffi-dev \
&& rm -rf /var/cache/apk/*

RUN curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
Expand Down

0 comments on commit bcfe211

Please sign in to comment.