mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 00:48:38 +00:00
7 lines
149 B
Docker
7 lines
149 B
Docker
FROM debian:bookworm
|
|
|
|
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
|
|
apt-get install -qyy golang-go qt6-base-dev && \
|
|
apt-get clean
|
|
|