Skip to content

Commit

Permalink
fix: update google-gax and remove obsolete deps (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster authored Aug 22, 2022
1 parent 13ce626 commit d229a12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions docker/owlbot/nodejs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ RUN find /synthtool -type d -exec chmod a+x {} \;
# Install dependencies used for post processing:
# * gts/typescript are used for linting.
# * google-gax is used for compiling protos.
RUN cd /synthtool && mkdir node_modules && npm i [email protected] [email protected] [email protected] \
[email protected] [email protected] [email protected] [email protected] [email protected] [email protected] \
[email protected] [email protected] [email protected] [email protected]
RUN cd /synthtool && mkdir node_modules && npm i [email protected] [email protected] [email protected]

ENTRYPOINT [ "/bin/bash" ]
CMD [ "/synthtool/docker/owlbot/nodejs/entrypoint.sh" ]
6 changes: 2 additions & 4 deletions docker/owlbot/nodejs_mono_repo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ RUN find /synthtool -type d -exec chmod a+x {} \;
# Install dependencies used for post processing:
# * gts/typescript are used for linting.
# * google-gax is used for compiling protos.
RUN cd /synthtool && mkdir node_modules && npm i [email protected] [email protected] [email protected] \
[email protected] [email protected] [email protected] [email protected] [email protected] [email protected] \
[email protected] [email protected] [email protected] [email protected]
RUN cd /synthtool && mkdir node_modules && npm i [email protected] [email protected] [email protected]

ENTRYPOINT [ "/bin/bash" ]
CMD [ "/synthtool/docker/owlbot/nodejs_mono_repo/entrypoint.sh" ]
CMD [ "/synthtool/docker/owlbot/nodejs_mono_repo/entrypoint.sh" ]

0 comments on commit d229a12

Please sign in to comment.