Mohit Saxena
Mohit Saxena
I need some help fixing this Netlify thing. It says it can't find `apk`. @mal-tee
> Can you try it again without the install-step? It might be preinstalled in netlify. Looks like it doesn't.
> Thanks! Other than the comments below, if you install `parallel` in Netlify, this is good to go as far as I'm concerned. Resolved the comments. How can I install...
> That's unfortunately not so easy. You don't have root in the container (https://answers.netlify.com/t/apt-get-install-build-dependency/3095/2) and there doesn't seem to be a binary distribution of `parallel` (https://www.gnu.org/software/parallel/). > > And compiling...
@baltpeter So I've added the `--embed` solution but now we are stuck at `apk: command not found`. @mal-tee You said this needs to be installed manually?
> I was slightly mistaken. We need to install it manually as in getting it in the deploy-script, cause we can not install things. Did you try to acquire a...
> Sorry, I can't follow you. I've checked the install script at [pi.dk/3/](http://pi.dk/3/) and the source code's configure and makefile and couldn't find a reference to `dpkg`. This is what...
> A couple of notes: > > * The `--embed` won't work here. I was referring to the "= Minimal installation =" heading, that's the line I linked to. >...
Ok so after adding `exit` to the loop it is now missing the `public` folder which is being ignored by the `.gitignore`. I think we are close!
> Ok so after adding `exit` to the loop it is now missing the `public` folder which is being ignored by the `.gitignore`. Is it supposed to fail at this...