Open bolabola opened 4 years ago
`[root@VM-41-212-centos snapdrop]# docker-compose up
Building nginx
Step 1/2 : FROM nginx:alpine
---> e5dcd7aa4b5e
Step 2/2 : RUN apk add --no-cache openssl
---> Running in fc6a0b1a2000
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz: temporary error (try again later)
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz: temporary error (try again later)
ERROR: unsatisfiable constraints:
openssl (missing):
required by: world[openssl]
ERROR: Service 'nginx' failed to build : The command '/bin/sh -c apk add --no-cache openssl' returned a non-zero code: 1
`
does it work now? it says "temporary error (try again later)" which leads me to think that the servers were busy.
still getting this
`[root@VM-41-212-centos snapdrop]# docker-compose up
Building nginx
Step 1/2 : FROM nginx:alpine
---> e5dcd7aa4b5e
Step 2/2 : RUN apk add --no-cache openssl
---> Running in fc6a0b1a2000
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz: temporary error (try again later)
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz: temporary error (try again later)
ERROR: unsatisfiable constraints:
openssl (missing):
ERROR: Service 'nginx' failed to build : The command '/bin/sh -c apk add --no-cache openssl' returned a non-zero code: 1
`