diff --git a/Dockerfile b/Dockerfile
index 4d80408ea74c49c2560b353258a4e5a9e08db265..35c0be33edcfc8068ce79e886561b40c4316c3a3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
 FROM jonasled.dev/firehouse-smokedetection/plugins/gotify:latest@sha256:dba0085b06836938eaec49b321b5c15023b68d8ce742548a1130a60735b3157e  AS plugin-gotify
 FROM golang:1.24.1-alpine AS build
-RUN apk add --no-cache --update gcc g++
+RUN apk add --no-cache --update binutils binutils-dev binutils-gold g++ gcc
 WORKDIR /app
 COPY go.mod go.sum ./
 RUN go mod download