Initial Commit
This commit is contained in:
7
images/qt.dockerfile
Normal file
7
images/qt.dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user