Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docker): add missing libcurl3 for osslsigncode (#1116)
Windows build *without* code signing works fine but when code signing is enabled `osslsigncode` fails. It's apparently due to libcurl shared dependency mismatch. /root/.cache/electron-builder/winCodeSign/winCodeSign-1.6.0/linux/osslsigncode: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory Installing libcurl3 fixes the issue.
- Loading branch information