Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Sierkin committed Mar 12, 2024
1 parent 7129246 commit 1af4159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ RUN set -ex && \
### Install Checkov
###
RUN set -ex && \
pip install --upgrade pip && \
pip install --upgrade setuptools && \
pip install checkov
# pip install --upgrade pip && \
# pip install --upgrade setuptools && \

# Download and install Infracost
RUN curl -LOs https://github.com/infracost/infracost/releases/download/${INFRACOST_VERSION}/infracost-linux-amd64.tar.gz && \
Expand Down

0 comments on commit 1af4159

Please sign in to comment.