DanteyPL
DanteyPL
Yeah. That could be done pretty easily. And build artifact could be pushed to hub.docker.com or GitHub Packages. Unfortunatelly i am not proficient with GitHub Actions, but looking at the...
I've added missing `openssl-dev` package to building stage. With libcrypto and statically linked `libunshield`, final image grown to `5.81MB`. It is the smallest possible image, that could be created without...
Yes it is possible. In latest build i've used flag `-DBUILD_STATIC=ON`. It included only unshielded.so lib to binary. It made final image smaller by `~30 kB`. (Image with dynamically linked...
`libz.so` for compression and decompression `libcrypto` is from OpenSSL - required for cryptografic functions
Oh. I just assumed that you knew that static linking option from cmake only makes it static link of libunshield :)