mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 00:48:38 +00:00
6 lines
112 B
Docker
6 lines
112 B
Docker
|
FROM fedora:41
|
||
|
|
||
|
RUN dnf -y --setopt=install_weak_deps=False install \
|
||
|
qt6-qtbase-devel.x86_64 \
|
||
|
golang.x86_64
|