Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
fix: runtime error in Docker packaging
* Add missing Alpine package href: https://pkgs.alpinelinux.org/package/v3.7/main/x86_64/openssl * Avoid runtime errors: Error loading shared library libssl.so.1.0.0: No such file or directory (needed by /usr/bin/learn-ocaml) Error loading shared library libcrypto.so.1.0.0: No such file or directory (needed by /usr/bin/learn-ocaml) […] * Ensure this patch is future-proof (instead of adding "libssl1.0"), see: eclipse/mosquitto#1711 (comment)
- Loading branch information