Add option to build inside docker container

This allows us to target older versions of GLIBC.
This commit is contained in:
Leroy Hopson 2022-05-03 12:44:40 +07:00
parent ded2ced89b
commit 6b512bd525
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
7 changed files with 100 additions and 15 deletions

View file

@ -0,0 +1,4 @@
FROM kroggen/ubuntu-16.04-gcc
RUN apt-get update -y
RUN apt-get install -y python3 python3-pip gcc-multilib g++-multilib
RUN pip3 install scons