solero / wand

Docker setup for Houdini
MIT License
86 stars 35 forks source link

Alpine Error #9

Closed Alee14 closed 2 years ago

Alee14 commented 4 years ago

Hey so when I did docker-compose up it gave me this

Building houdini_login
Step 1/8 : FROM python:3-alpine
 ---> f4df7f234e59
Step 2/8 : RUN apk add     openssl     build-base     openssl-dev     libffi-dev     redis     postgresql-client
 ---> Running in ca4cdda85b9e
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.11/main: temporary error (try again later)
WARNING: Ignoring APKINDEX.70f61090.tar.gz: No such file or directory
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.11/community: temporary error (try again later)
WARNING: Ignoring APKINDEX.ca2fea5b.tar.gz: No such file or directory
ERROR: unsatisfiable constraints:
  build-base (missing):
    required by: world[build-base]
  libffi-dev (missing):
    required by: world[libffi-dev]
  openssl (missing):
    required by: world[openssl]
  openssl-dev (missing):
    required by: world[openssl-dev]
  postgresql-client (missing):
    required by: world[postgresql-client]
  redis (missing):
    required by: world[redis]
ERROR: Service 'houdini_login' failed to build: The command '/bin/sh -c apk add     openssl     build-base     openssl-dev     libffi-dev     redis     postgresql-client' returned a non-zero code: 6
AllinolCP commented 2 years ago

Well this isn't a Wand issue. this is a docker issue