Skip to content

Commit

Permalink
Specify Python version in Node.js services (GoogleCloudPlatform#616)
Browse files Browse the repository at this point in the history
* Updated Node-alpine Docker dependencies

Read more here: nodejs/docker-node#1605

* Updated Node-Alpine dependencies for Dockerfile

Read more here: nodejs/docker-node#1605

* Update Dockerfile

* Update Dockerfile
  • Loading branch information
julianwagle authored Nov 12, 2021
1 parent 884439c commit fd8924b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/currencyservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM base as builder
# Some packages (e.g. @google-cloud/profiler) require additional
# deps for post-install scripts
RUN apk add --update --no-cache \
python \
python3 \
make \
g++

Expand Down
2 changes: 1 addition & 1 deletion src/paymentservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM base as builder
# Some packages (e.g. @google-cloud/profiler) require additional
# deps for post-install scripts
RUN apk add --update --no-cache \
python \
python3 \
make \
g++

Expand Down

0 comments on commit fd8924b

Please sign in to comment.