From: German Service Network Date: Sun, 22 Sep 2024 11:12:03 +0000 (+0200) Subject: Dockerfile support architekture 386 change distribution from ubuntu to debian X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b32852cc8a644fea3c9b03294b17c2b930d909f7;p=fping.git Dockerfile support architekture 386 change distribution from ubuntu to debian --- 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