Update Dockerfile to be less painful; Set JABY_ENGINE_PATH automatically

This commit is contained in:
2025-01-02 21:42:31 +01:00
parent 6b1a8c246a
commit 80a49a7e92
6 changed files with 32 additions and 7 deletions

View File

@@ -1,4 +1,7 @@
#!/bin/bash
echo "<<< Install GCC prerequisites >>>"
apt install -y make texinfo g++ gcc git libgmp3-dev libmpfr-dev libmpc-dev flex install-info info bison
GCC_VERSION=13.1.0
echo "<<< Build GCC >>>"