Error build
Hi there, I try to install the app with docker but failed to build:
sudo docker-compose up Creating network "bija_default" with the default driver Building web Sending build context to Docker daemon 2.329MB Step 1/8 : FROM python:3.11-alpine3.17 3.11-alpine3.17: Pulling from library/python 1207c741d8c9: Pull complete cf00e5a5ca36: Pull complete ec49c792531f: Pull complete 1599423fb6a4: Pull complete 2b380e0e98c1: Pull complete Digest: sha256:607af960065410fcfabfb7402ef4b7e8bf8e79691c63a99a2c14e7c07efa1774 Status: Downloaded newer image for python:3.11-alpine3.17 ---> f25784ce723e Step 2/8 : WORKDIR /app ---> Running in f6f6cd5ed541 Removing intermediate container f6f6cd5ed541 ---> e3b29338991e Step 3/8 : RUN apk update && apk add pkgconfig python3-dev build-base cairo-dev cairo cairo-tools git ---> Running in 2ee9d9ad415d fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.17/main: temporary error (try again later) WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.17/main: No such file or directory fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.17/community: temporary error (try again later) WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.17/community: No such file or directory 2 errors; 37 distinct packages available The command '/bin/sh -c apk update && apk add pkgconfig python3-dev build-base cairo-dev cairo cairo-tools git' returned a non-zero code: 2 ERROR: Service 'web' failed to build : Build failed ucc@ucc:~/bija