Skip to content

Commit

Permalink
Revert "fix Checkov?"
Browse files Browse the repository at this point in the history
This reverts commit 8798d3b.
  • Loading branch information
MaxymVlasov committed Mar 7, 2024
1 parent 875999c commit 3481201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ RUN . /.env && \
( \
apk add --no-cache gcc=~12 libffi-dev=~3 musl-dev=~1; \
if [ "$CHECKOV_VERSION" = "latest" ]; \
then pip3 install --no-cache-dir checkov || exit 1; \
else pip3 install --no-cache-dir checkov==${CHECKOV_VERSION} || exit 1; \
then pip3 install --no-cache-dir checkov; \
else pip3 install --no-cache-dir checkov==${CHECKOV_VERSION}; \
fi; \
apk del gcc libffi-dev musl-dev \
) \
Expand Down

0 comments on commit 3481201

Please sign in to comment.