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