Skip to content

Commit

Permalink
Merge pull request #347 from bobidle/gcompat
Browse files Browse the repository at this point in the history
Add gcompat package to Alpine example (required by kubectl)
  • Loading branch information
YonathanZetune authored Oct 23, 2023
2 parents 73a3d54 + 7e4f810 commit 1b4717e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ that uses the `cloud-sdk` image as the base image. For example, to add `kubectl`

```Dockerfile
FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:alpine
RUN apk --update add openjdk8-jre
RUN apk --update add gcompat openjdk8-jre
RUN gcloud components install app-engine-java kubectl
```

Expand Down

0 comments on commit 1b4717e

Please sign in to comment.