There is a Dockerfile in this repository. May I ask why:
- you base on ubuntu 21.04 instead of e.g. ubuntu LTS (22.04) or better node:lts
- you install node14 (instead of LTS)?
- you install build-essential? It doesn't appear you use make or gcc at all
- you install python? There appears to be no python code in this repo
There is a Dockerfile in this repository. May I ask why: