Skip to content

Commit

Permalink
feat(actions/gapic): add python2.7 to docker file (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt authored Apr 1, 2020
1 parent 42fcff3 commit 5674e79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN_REPO }}
tar_path: google-maps-routes-v1-java
tar_strip_components: 1
cache_service_account: ${{ secrets.CACHE_SERVICE_ACCOUNT }}
cache_service_account: ${{ secrets.BAZEL_CACHE_SERVICE_ACCOUNT }}
ignore: |
gradle/*
gradlew
Expand Down
2 changes: 1 addition & 1 deletion actions/gapic/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM gcr.io/cloud-builders/bazel@sha256:7bd6d26119121e301f30366b5aafbbd0f4b3db9be5fd9da34db49df745e18e2b

RUN apt-get install zip
RUN apt-get update && apt-get install zip python2.7-dev -y

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 5674e79

Please sign in to comment.