From b32852cc8a644fea3c9b03294b17c2b930d909f7 Mon Sep 17 00:00:00 2001 From: German Service Network Date: Sun, 22 Sep 2024 13:12:03 +0200 Subject: [PATCH] Dockerfile support architekture 386 change distribution from ubuntu to debian --- contrib/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/Dockerfile b/contrib/Dockerfile index dbdda2b..c20a1d6 100644 --- a/contrib/Dockerfile +++ b/contrib/Dockerfile @@ -1,9 +1,10 @@ -FROM ubuntu:20.04 +FROM debian:stable # Base RUN apt-get update && apt-get install -y \ build-essential \ automake \ + autoconf \ m4 # Add source code -- 2.43.0