From 67547dc9ab478fe01424e1c9c1fc960008087c70 Mon Sep 17 00:00:00 2001 From: Guillaume Berche Date: Sat, 19 Oct 2024 14:59:30 +0200 Subject: [PATCH] Attempt to apply workaround for missing glib libraries: FROM alpine:3.20 see https://pet2cattle.com/2022/11/alpine-not-found --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1cf53d1..ca2985c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN make build # --- -FROM debian:11-slim +FROM alpine:3.20 WORKDIR /app RUN apk add --no-cache iperf3