From 6b9be842aaa12048316b352f9a24fb4fb609c9f9 Mon Sep 17 00:00:00 2001 From: asc3t1c Date: Mon, 24 Feb 2025 13:06:56 +0200 Subject: [PATCH] Update Dockerfile Problems with gcc compiling GO libraries problems - GCC version ;) Best Regards --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e460fa..aeb6c81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ -FROM golang:1.23-alpine AS build-env +FROM golang:1.24-alpine AS build-env +# dcc gcc compiling GO libraries problems +###FROM golang:1.23-alpine AS build-env RUN apk update RUN apk add g++ git make iptables-dev libpcap-dev