Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Sep 21, 2023
1 parent a44a331 commit 2672cb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/owlbot/nodejs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ RUN find /synthtool -type d -exec chmod a+x {} \;
# Install dependencies used for post processing:
# * gts/typescript are used for linting.
# * google-gax and gapic-tools are used for compiling protos.
COPY package.json /package.json
RUN cd /synthtool && mkdir node_modules && cd ../
RUN echo $(pwd)
RUN echo $(ls -a)
Expand Down

0 comments on commit 2672cb6

Please sign in to comment.