]> git.gsnw.org Git - fping.git/commitdiff
Remove dockerfile from root
authordarless <3382617+darless@users.noreply.github.com>
Thu, 31 Aug 2023 15:28:21 +0000 (10:28 -0500)
committerDavid Schweikert <david@schweikert.ch>
Thu, 7 Sep 2023 06:48:53 +0000 (08:48 +0200)
Dockerfile [deleted file]

diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644 (file)
index dbdda2b..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-FROM ubuntu:20.04
-
-# Base
-RUN apt-get update && apt-get install -y \
-  build-essential \
-  automake \
-  m4
-
-# Add source code
-COPY ./ /app
-
-# Compile
-WORKDIR /app
-RUN autoreconf --install
-RUN ./configure && make && make install
-ENTRYPOINT ["fping"]
\ No newline at end of file