Skip to content

Commit

Permalink
Attempt fix (#4009)
Browse files Browse the repository at this point in the history
  • Loading branch information
gongmax authored Oct 2, 2024
1 parent 4359a68 commit 9e840c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/e2e-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM gcr.io/cloud-builders/gcloud

RUN apt-get update && \
apt-get install -y wget psmisc make gcc python jq zip && \
apt-get install -y wget psmisc make gcc jq zip && \
apt-get clean

# install go
Expand Down

0 comments on commit 9e840c8

Please sign in to comment.