mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-10 06:05:30 +02:00
Add option to build inside docker container
This allows us to target older versions of GLIBC.
This commit is contained in:
parent
ded2ced89b
commit
6b512bd525
7 changed files with 100 additions and 15 deletions
4
addons/godot_xterm/native/Dockerfile
Normal file
4
addons/godot_xterm/native/Dockerfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue