Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit 157d7b2

Browse files
Feat/remove checkov and deps (#4)
* Commented out installation of wheel and checkov Testing for speed and usability * Removed some installs * Removed commented out original run * Removed findutils
1 parent 12eb07a commit 157d7b2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
FROM alpine:3.15
22

3-
RUN ["/bin/sh", "-c", "apk add --update --no-cache gcc libffi-dev python3-dev musl-dev bash ca-certificates curl git jq openssh findutils cmd:pip3"]
4-
5-
RUN ["/bin/sh", "-c", "pip3 install wheel"]
6-
7-
RUN ["/bin/sh", "-c", "pip3 install checkov"]
3+
RUN ["/bin/sh", "-c", "apk add --update --no-cache bash ca-certificates curl git jq openssh"]
84

95
COPY ["src", "/src/"]
106

0 commit comments

Comments
 (0)