mirror of
https://github.com/mappu/miqt.git
synced 2025-01-08 16:38:37 +00:00
5 lines
147 B
Docker
5 lines
147 B
Docker
|
FROM debian:bookworm
|
||
|
|
||
|
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
|
||
|
apt-get install -qyy gnupg2 golang-go qtbase5-dev ca-certificates
|