move deps to Dockerfile

This commit is contained in:
zacaj
2025-11-23 16:51:52 +00:00
parent fc3bde7e57
commit b1fe13ab9c
6 changed files with 38 additions and 13 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM mcr.microsoft.com/devcontainers/go:2-1.24-bookworm
RUN apt-get update && apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev
USER vscode
RUN go install fyne.io/fyne/v2/cmd/fyne@latest