Update build script

This commit is contained in:
Leroy Hopson 2020-10-13 15:20:40 +07:00 committed by Leroy Hopson
parent 46b2d2c56f
commit fd39635fc5
10 changed files with 70 additions and 43 deletions

View file

@ -1,3 +1,7 @@
FROM archlinux:20200908
RUN pacman -Sy --needed --noconfirm base-devel cmake scons
RUN pacman -Sy --needed --noconfirm \
base-devel \
cmake \
git \
scons
COPY . /src