Hi,
The `savonet/liquidsoap-full` image is mostly intended to use in our CI
pipeline. It's basically a build of liquidsoap on debian testing with all
features enabled.
The image is a snapshot of the state just after calling `make install`. It has
a fully-featured working liquidsoap binary at `/usr/local/bin/liquisoap`.
One way to use it is to write your own `Dockerfile`:
```
FROM savonet/liquidsoap-full
ADD my-script.liq /tmp/my-script.liq
```
Then you can execute your script from within that image for instance.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/694#issuecomment-456833306
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users