Skip to content

Commit d229a12

Browse files
fix: update google-gax and remove obsolete deps (googleapis#1545)
1 parent 13ce626 commit d229a12

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

docker/owlbot/nodejs/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ RUN find /synthtool -type d -exec chmod a+x {} \;
4747
# Install dependencies used for post processing:
4848
# * gts/typescript are used for linting.
4949
# * google-gax is used for compiling protos.
50-
RUN cd /synthtool && mkdir node_modules && npm i [email protected] [email protected] [email protected] \
51-
52-
50+
RUN cd /synthtool && mkdir node_modules && npm i [email protected] [email protected] [email protected]
5351

5452
ENTRYPOINT [ "/bin/bash" ]
5553
CMD [ "/synthtool/docker/owlbot/nodejs/entrypoint.sh" ]

docker/owlbot/nodejs_mono_repo/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ RUN find /synthtool -type d -exec chmod a+x {} \;
4747
# Install dependencies used for post processing:
4848
# * gts/typescript are used for linting.
4949
# * google-gax is used for compiling protos.
50-
RUN cd /synthtool && mkdir node_modules && npm i [email protected] [email protected] [email protected] \
51-
52-
50+
RUN cd /synthtool && mkdir node_modules && npm i [email protected] [email protected] [email protected]
5351

5452
ENTRYPOINT [ "/bin/bash" ]
55-
CMD [ "/synthtool/docker/owlbot/nodejs_mono_repo/entrypoint.sh" ]
53+
CMD [ "/synthtool/docker/owlbot/nodejs_mono_repo/entrypoint.sh" ]

0 commit comments

Comments
 (0)