We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d18c27b + cfe4c7e commit d5e57ddCopy full SHA for d5e57dd
1 file changed
dockerfile
@@ -9,7 +9,8 @@ RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python
9
RUN python3 -m ensurepip
10
RUN pip3 install --no-cache --upgrade pip setuptools
11
RUN apk add --no-cache --virtual .pynacl_deps build-base python3-dev libffi-dev
12
-RUN pip3 install Qualys-IaC-Security
+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
14
RUN apk add git
15
16
RUN ["chmod", "+x", "/entrypoint.sh"]
0 commit comments