]> git.gsnw.org Git - fping.git/commitdiff
Dockerfile support architekture 386 change distribution from ubuntu to debian
authorGerman Service Network <support@gsnw.de>
Sun, 22 Sep 2024 11:12:03 +0000 (13:12 +0200)
committerErik Auerswald <auerswal@unix-ag.uni-kl.de>
Sat, 5 Oct 2024 14:40:16 +0000 (16:40 +0200)
contrib/Dockerfile

index dbdda2b92e4d4e8d0d9a24bf78ec2e6da47dc6eb..c20a1d68956118d3a183c938af0c91b9bb53d927 100644 (file)
@@ -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