arachnys / athenapdf

Drop-in replacement for wkhtmltopdf built on Go, Electron and Docker
MIT License
2.26k stars 187 forks source link

Is it possible to compile athenapdf statically? #206

Open sxiii opened 4 years ago

sxiii commented 4 years ago

The "quest" I have is the linux distro I use; it's quite special (don't have any package managers and stuff like that; and docker isn't running there either!); and we are allowed to use only statically compiled packages. Is there a way to compile athenapdf or at least chromium/electrum as a fully static package? I've tried with electron-packager but it's still dynamically linked... Thanks.