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
+3 -1
View File
@@ -1,4 +1,6 @@
#!/bin/sh
go install fyne.io/fyne/v2/cmd/fyne@latest
# handled by Dockerfile
# go install fyne.io/fyne/v2/cmd/fyne@latest
go get