mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-14 22:30:26 +01:00
6b512bd525
This allows us to target older versions of GLIBC.
4 lines
144 B
Docker
4 lines
144 B
Docker
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
|