- Docker: https://docs.docker.com/install/
cp .env.example .env
and adjust.env
to your needs- Run
docker run --rm -it -v $(pwd):/data debian:stretch /data/build.sh
- Find the packages inside the
vendor
directory
See .gitlab-ci.yml
for integration with GitLab CI