nodefluent / node-sinek

:tophat: Most advanced high level Node.js Kafka client
MIT License
290 stars 52 forks source link

Alpine Dockerfile is broken #85

Closed brandonros closed 5 years ago

brandonros commented 5 years ago
$ docker build .
Sending build context to Docker daemon  3.584kB
Step 1/7 : FROM node:alpine
 ---> 1df31d366c81
Step 2/7 : RUN apk add --upgrade --no-cache      alpine-sdk     libc6-compat     bash     make     gcc     g++     python     cyrus-sasl-dev     libressl2.5-libcrypto --repository http://dl-3.alpinelinux.org/alpine/edge/main/ --allow-untrusted     libressl2.5-libssl --repository http://dl-3.alpinelinux.org/alpine/edge/main/ --allow-untrusted     librdkafka-dev --repository http://dl-3.alpinelinux.org/alpine/edge/community/ --allow-untrusted     dumb-init --repository http://dl-3.alpinelinux.org/alpine/edge/community/ --allow-untrusted
 ---> Running in 5edf1454954d
fetch http://dl-3.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
fetch http://dl-3.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
ERROR: unsatisfiable constraints:
  libressl2.5-libcrypto (missing):
    required by: world[libressl2.5-libcrypto]
  libressl2.5-libssl (missing):
    required by: world[libressl2.5-libssl]
The command '/bin/sh -c apk add --upgrade --no-cache      alpine-sdk     libc6-compat     bash     make     gcc     g++     python     cyrus-sasl-dev     libressl2.5-libcrypto --repository http://dl-3.alpinelinux.org/alpine/edge/main/ --allow-untrusted     libressl2.5-libssl --repository http://dl-3.alpinelinux.org/alpine/edge/main/ --allow-untrusted     librdkafka-dev --repository http://dl-3.alpinelinux.org/alpine/edge/community/ --allow-untrusted     dumb-init --repository http://dl-3.alpinelinux.org/alpine/edge/community/ --allow-untrusted' returned a non-zero code: 2
krystianity commented 5 years ago

@yacut