Skip to content

Commit

Permalink
cloudbuild: remove not needed dependency library (#495)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Jul 28, 2021
1 parent cdd92da commit 90efb9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions release/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ steps:
args:
- '-c'
- |
apt-get update
apt-get install libpcsclite-dev -y
cp ./dist/cosign-linux-amd64 /usr/local/bin/cosign
cosign verify-dockerfile -base-image-only -key https://raw.githubusercontent.com/GoogleContainerTools/distroless/main/cosign.pub ./Dockerfile
make sign-container-cloudbuild
Expand Down

0 comments on commit 90efb9f

Please sign in to comment.