We had to create a symlink `libheif.so`, because the Alpine image only has `libheif.so.1`. ```Dockerfile RUN apk add --no-cache libheif RUN ln -s /usr/lib/libheif.so.1 /usr/lib/libheif.so ```
We had to create a symlink
libheif.so, because the Alpine image only haslibheif.so.1.