This repository has been archived on 2025-02-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
action-images/images/qt.dockerfile
2024-11-12 19:20:37 +13:00

7 lines
179 B
Docker

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