Initial Commit

This commit is contained in:
2024-11-12 19:20:37 +13:00
commit 7a0fda9889
6 changed files with 71 additions and 0 deletions

7
images/qt.dockerfile Normal file
View File

@@ -0,0 +1,7 @@
ARG BASE_IMAGE="ubuntu-22.04"
FROM gitea/runner-images:${BASE_IMAGE}
RUN add-apt-repository universe \
&& apt install -y \
&& apt install qt6-base-dev libgl1-mesa-dev -y