mirror of
https://github.com/getlago/lago.git
synced 2025-07-21 05:10:23 +07:00

* add a new docker image * add api * add pg, redis and foreman * add ga * tag with latest * update api * right tag on submodules * use one run
8 lines
155 B
Bash
8 lines
155 B
Bash
#!/bin/sh
|
|
|
|
apt update
|
|
apt install -y git curl
|
|
curl -sL https://deb.nodesource.com/setup_20.x | sh
|
|
apt update
|
|
apt install build-essential nodejs npm
|