Skip to content

Commit d5e57dd

Browse files
authored
Merge pull request #1 from mbachhav18/main
Updated dockerfile with separate dependency instalation
2 parents d18c27b + cfe4c7e commit d5e57dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python
99
RUN python3 -m ensurepip
1010
RUN pip3 install --no-cache --upgrade pip setuptools
1111
RUN apk add --no-cache --virtual .pynacl_deps build-base python3-dev libffi-dev
12-
RUN pip3 install Qualys-IaC-Security
12+
RUN pip3 install click==8.0.1 requests==2.25.1 click-option-group==0.5.3 zipp==3.4.1 prettytable==2.1.0 py7zr==0.20.2 pyyaml==6.0.1 gzinfo==1.0.2 cryptography==38.0.3
13+
RUN pip3 install Qualys-IaC-Security --no-deps
1314
RUN apk add git
1415

1516
RUN ["chmod", "+x", "/entrypoint.sh"]

0 commit comments

Comments
 (0)