Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alpine does not build #163

Open
maikelmclauflin opened this issue Dec 8, 2020 · 0 comments
Open

alpine does not build #163

maikelmclauflin opened this issue Dec 8, 2020 · 0 comments

Comments

@maikelmclauflin
Copy link
Contributor

maikelmclauflin commented Dec 8, 2020

kafka-setup/alpine.Dockerfile has unsatisfiable constraints

Step 1/10 : FROM node:alpine
 ---> 1e55b2e48c8e
Step 2/10 : RUN apk add --upgrade --no-cache      alpine-sdk     libc6-compat     bash     make     gcc     g++     python     postgresql     postgresql-contrib     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 b400ff6fad26
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.11/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/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]
  libffi-3.3-r2:
    conflicts: libffi-3.2.1-r6
    satisfies: llvm10-libs-10.0.1-r0[so:libffi.so.7]
  libffi-3.2.1-r6:
    conflicts: libffi-3.3-r2
    satisfies: python2-2.7.18-r0[so:libffi.so.6]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant