1
0
mirror of https://github.com/mappu/miqt.git synced 2025-03-08 08:39:22 +00:00
miqt/docker/linux64-go1.19-qt5.15-dynamic.Dockerfile

6 lines
147 B
Docker
Raw Normal View History

2024-09-09 18:46:06 +12:00
FROM debian:bookworm
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
apt-get install -qyy golang-go qtbase5-dev && \
apt-get clean