miqt/docker/linux64-go1.19-qt6.4-dynamic.Dockerfile

7 lines
149 B
Docker
Raw Permalink Normal View History

2024-10-20 05:19:37 +00:00
FROM debian:bookworm
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
apt-get install -qyy golang-go qt6-base-dev && \
apt-get clean