Skip to content

Commit

Permalink
seems like we no longer need to update gcloud (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetb authored Mar 4, 2020
1 parent 23265ae commit 451f66d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' \
-o /bin/a.out ./cmd/cloudshell_open

FROM gcr.io/cloudshell-images/cloudshell:latest
RUN gcloud components update
COPY --from=build /bin/a.out /bin/cloudshell_open

0 comments on commit 451f66d

Please sign in to comment.