Skip to content

Commit 0770a3f

Browse files
authored
Dockerfile updated with iac CLI installation
1 parent d5e57dd commit 0770a3f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ 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 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
12+
RUN pip3 install Qualys-IaC-Security
1413
RUN apk add git
1514

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

0 commit comments

Comments
 (0)