mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-03 20:14:22 +02:00
Fix GitHub Actions godot-cpp-linux Docker build
This commit is contained in:
parent
03583c0a1b
commit
8a3adbbe68
2 changed files with 4 additions and 2 deletions
|
@ -3,5 +3,5 @@
|
|||
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
|
||||
RUN pip3 install scons==4.3.0
|
||||
CMD scons platform=linux generate_bindings=yes target=${TARGET:-release} bits=${BITS:-64} -j$(nproc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue