Skip to content

Commit

Permalink
fix: drop libstdc++
Browse files Browse the repository at this point in the history
CLI-643
  • Loading branch information
thisislawatts committed Jan 6, 2025
1 parent 52be510 commit 9a34c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN install-snyk.py $SNYK_CLI_VERSION

FROM parent as alpine
RUN apk update && apk upgrade --no-cache
RUN apk add --no-cache libstdc++ git
RUN apk add --no-cache git
COPY --from=snyk-alpine ./snyk /usr/local/bin/snyk

FROM parent as linux
Expand Down

0 comments on commit 9a34c83

Please sign in to comment.