File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -13,24 +13,8 @@ apk add --no-cache \
1313 libffi-dev=~ 3 \
1414 musl-dev=~ 1
1515
16- # cargo, gcc, git, musl-dev, rust and CARGO envvar required for compilation of [email protected] 17- # no longer required once checkov version depends on rustworkx >0.14.0
18- # https://github.com/bridgecrewio/checkov/pull/6045
19- # gcc libffi-dev musl-dev required for compilation of cffi, until it contains musl aarch64
20- export CARGO_NET_GIT_FETCH_WITH_CLI=true
21- apk add --no-cache \
22- cargo=~ 1 \
23- git=~ 2 \
24- libgcc=~ 12 \
25- rust=~ 1
26-
2716if [[ $VERSION == latest ]]; then
2817 pip3 install --no-cache-dir " ${TOOL} "
2918else
3019 pip3 install --no-cache-dir " ${TOOL} ==${VERSION} "
3120fi
32-
33- apk del gcc libffi-dev musl-dev
34- # no longer required once checkov version depends on rustworkx >0.14.0
35- # https://github.com/bridgecrewio/checkov/pull/6045
36- apk del cargo git rust
You can’t perform that action at this time.
0 commit comments