mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 13:33:13 -07:00
Move Rest of CI to Sourcehut
This commit is contained in:
parent
db5b3a1499
commit
dfc0f32ac2
20 changed files with 165 additions and 278 deletions
13
scripts/Dockerfile.xenial
Normal file
13
scripts/Dockerfile.xenial
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
FROM ubuntu:xenial
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y software-properties-common
|
||||
RUN add-apt-repository ppa:beineri/opt-qt-5.12.3-xenial
|
||||
RUN apt-get update
|
||||
RUN apt-get -y install git g++ cmake ninja-build curl unzip python3-pip \
|
||||
libssl-dev libopus-dev qt512base qt512multimedia qt512svg \
|
||||
libgl1-mesa-dev nasm libudev-dev libva-dev fuse
|
||||
|
||||
CMD []
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue