mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-22 09:40:25 +01:00
6689ad1c09
It makes the github actions workflow take longer and cross-compiled artifacts are not currently used (nor do they seem to work).
6 lines
115 B
Text
6 lines
115 B
Text
FROM ubuntu:18.04
|
|
RUN apt-get update && apt-get install -y \
|
|
git \
|
|
scons \
|
|
build-essential
|
|
COPY . /src
|