mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 08:58:37 +00:00
5 lines
130 B
Docker
5 lines
130 B
Docker
FROM debian:bookworm
|
|
|
|
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
|
|
apt-get install -qyy golang-go qtbase5-dev clang
|