mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-06 04:55:30 +02:00
Update build script
This commit is contained in:
parent
46b2d2c56f
commit
fd39635fc5
10 changed files with 70 additions and 43 deletions
|
@ -1,4 +1,8 @@
|
|||
FROM ubuntu:18.04
|
||||
RUN apt-get update -y
|
||||
RUN apt-get install -y build-essential cmake python3 scons
|
||||
RUN apt-get update && apt-get install -y \
|
||||
build-essential \
|
||||
cmake \
|
||||
git \
|
||||
python3 \
|
||||
scons
|
||||
COPY . /src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue