Miguel Laginha
Miguel Laginha
@gadmm thank you for that, but I've only managed to free 54MB following your instructions.. is there anything else you might suggest to completely uninstall this? thanks. EDIT: Just realised...
Thanks for the tip, I just removed it :)
As for me, it worked fine on alpine 3.8 but not with `node:10-alpine3.9` it faults `Error loading shared library /usr/src/Hilary/node_modules/nodegit/build/Release/nodegit.node: Exec format error` Any ideas?
Thanks a lot for the script. I'll try adapting it to run in alpine linux so I can use that as a docker image. Have you tried it? There's [this...
...and here it is, in case you want it: https://hub.docker.com/r/oaeproject/oae-pdf2htmlex-docker/ It's using alpine:3.8 Source is [here](https://github.com/oaeproject/oae-pdf2htmlEX-docker). Feel free to use this as a base for someone else's work and/or include...
@amit777 feel free to fork my repo (alpine based) above and please report back your findings
@amit777 alpine is a linux distro very lightweight and therefore common when building docker images The docker image I published above is built on alpine, and compiles pdf2htmlEX succesfuly, you...
Yeah, well, I didn't really care for having the most recent versions of all dependencies, once I got one working that was just about enough 🤷🏻♂️ feel free to try...
Hmm, looked at the shipit code and found this: https://github.com/shipitjs/shipit/blob/master/packages/shipit-deploy/src/tasks/deploy/fetch.js#L22-L26 So, shallow clone makes workspace irrelevant, why is this?
Well, mostly for reliability and flexibility. I understand my scenario is a little unorthodox, but what I'm doing is I'm pushing the frontend code to a different server using `ssh-pool`...