angristan / docker-pleroma

Docker image for the Pleroma federated social network
https://git.pleroma.social/pleroma/pleroma/
MIT License
348 stars 75 forks source link

ERROR: unable to select packages libcrypto.so.3 required by: libsrt-1.5.1-r0 #68

Closed FredStober closed 1 year ago

FredStober commented 1 year ago

I got the following error message during the build process on an ARM64 machine:

ERROR: unable to select packages:
  so:libcrypto.so.3 (no such package):
    required by: libsrt-1.5.1-r0[so:libcrypto.so.3]

I fixed it by adding echo "http://nl.alpinelinux.org/alpine/latest-stable/main" into the command RUN echo "http://nl.alpinelinux.org/alpine/latest-stable/community" >> /etc/apk/repositories && apk update && apk add git gcc g++ musl-dev make cmake file-dev exiftool imagemagick libmagic ncurses postgresql-client ffmpeg

sanderdatema commented 1 year ago

Yep, that seems to fix it. Would you like to do the honors and make a PR? I can do it, but since you found it first... :)