2 Commits
v5 ... v6

Author SHA1 Message Date
eeb176d1e9 Update Debian to Trixie (13).
All checks were successful
Build container / BuildImage (push) Successful in 1m58s
2025-09-11 02:34:15 +05:00
e92a5252b8 Install Fyne dependencies. 2025-09-11 02:32:26 +05:00
3 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM debian:12.6-slim FROM debian:13.1-slim
COPY . /src COPY . /src
RUN for file in $(find /src -type f -name "*.sh"); do chmod +x $file; done RUN for file in $(find /src -type f -name "*.sh"); do chmod +x $file; done

View File

@@ -2,9 +2,11 @@
Docker image with everything you might need for developing apps in Go. Docker image with everything you might need for developing apps in Go.
Includes neccessary headers and development packages for Fyne.
## What's inside ## What's inside
Debian 12 (slim) is used as base image. Debian 13 (slim) is used as base image.
| Binary | Version | Project | Repo | | Binary | Version | Project | Repo |
| ----------------- | ------- | --------------- | ------------------------------------------------------------ | | ----------------- | ------- | --------------- | ------------------------------------------------------------ |

View File

@@ -2,3 +2,6 @@
apt update && apt upgrade -y apt update && apt upgrade -y
apt install -y build-essential curl file git make apt install -y build-essential curl file git make
# Fyne dependencies.
apt install -y libgl1-mesa-dev xorg-dev libxkbcommon-dev