Ch4 Cloud Build failed using node:stretch
Opened this issue · 0 comments
tommo245 commented
Page 63
gcloud builds submit --tag $IMAGE
failed to build and complained about missing Python.
Removing stretch, changing Dockerfile to:
FROM node AS build-node
Build worked for me. Don't know if something has changed since. Enjoying the book.