Skip to content

Commit

Permalink
remove dockle as it fails to build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
reynico committed Oct 19, 2024
1 parent 2214f81 commit 2d2c864
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 @@ -208,8 +208,8 @@ RUN wget -q https://github.com/jeremylong/DependencyCheck/releases/download/v${T
# VERSION=$(curl --silent "https://api.github.com/repos/goodwithtech/dockle/releases/latest" | \
# grep '"tag_name":' | \
# sed -E 's/.*"v([^"]+)".*/\1/')
RUN curl -L -o dockle.deb https://github.com/goodwithtech/dockle/releases/download/v${T_DOCKLE}/dockle_${T_DOCKLE}_Linux-64bit.deb \
&& sudo dpkg -i dockle.deb && rm dockle.deb
# RUN curl -L -o dockle.deb https://github.com/goodwithtech/dockle/releases/download/v${T_DOCKLE}/dockle_${T_DOCKLE}_Linux-64bit.deb \
# && sudo dpkg -i dockle.deb && rm dockle.deb

# Install 2ms
RUN wget https://github.com/checkmarx/2ms/releases/download/v${T_2MS}/linux-amd64.zip \
Expand Down

0 comments on commit 2d2c864

Please sign in to comment.