typpo/quickchart

Run on Google Cloud error

eleven59 opened this issue · 1 comments

After clicking the "Run on Google Cloud" button and not a whole lot else besides selecting my project (using europe-west4), an error appears:

[ ✖ ] Failed to build container image.
Error: attempted to build and failed: docker build failed: exit status 2, output:
Sending build context to Docker daemon  1.712MB
Step 1/20 : FROM node:12-alpine
12-alpine: Pulling from library/node
97518928ae5f: Pulling fs layer
468000513d90: Pulling fs layer
7e4d2470b557: Pulling fs layer
26993460ce45: Pulling fs layer
26993460ce45: Waiting
97518928ae5f: Verifying Checksum
97518928ae5f: Download complete
7e4d2470b557: Verifying Checksum
7e4d2470b557: Download complete
26993460ce45: Verifying Checksum
97518928ae5f: Pull complete
468000513d90: Verifying Checksum
468000513d90: Download complete
468000513d90: Pull complete
7e4d2470b557: Pull complete
26993460ce45: Pull complete
Digest: sha256:0eca266c5fe38ba93aebac00e45c9ac1bb7328b0702a6dc10e1a6ea543d49301
Status: Downloaded newer image for node:12-alpine
 ---> 2f014773d54a
Step 2/20 : ENV NODE_ENV production
 ---> Running in c91f214c556b
Removing intermediate container c91f214c556b
 ---> c6710cb7fc1f
Step 3/20 : WORKDIR /quickchart
 ---> Running in 17df6dc6baf8
Removing intermediate container 17df6dc6baf8
 ---> 4db049f05626
Step 4/20 : RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
 ---> Running in 2f049d0c9af4
Removing intermediate container 2f049d0c9af4
 ---> cd2a4a100365
Step 5/20 : RUN apk add --no-cache --virtual .build-deps yarn git build-base g++ python
 ---> Running in 6b0a1e358664
fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
ERROR: unable to select packages:
  python (no such package):
    required by: .build-deps-20211117.212403[python]
The command '/bin/sh -c apk add --no-cache --virtual .build-deps yarn git build-base g++ python' returned a non-zero code: 2
typpo commented

Thanks for the heads up. Should be fixed now with 46654b9