RobinLinus / snapdrop

A Progressive Web App for local file sharing
https://snapdrop.net
GNU General Public License v3.0
17.59k stars 1.62k forks source link

alpinelinux error #187

Open bolabola opened 3 years ago

bolabola commented 3 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

`

najtin commented 3 years ago

does it work now? it says "temporary error (try again later)" which leads me to think that the servers were busy.

Robin-Sch commented 3 years ago

still getting this