From: darless <3382617+darless@users.noreply.github.com> Date: Thu, 31 Aug 2023 15:28:21 +0000 (-0500) Subject: Remove dockerfile from root X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8601d1ba709f97d8eb68d411791f34a56b0eb12c;p=fping.git Remove dockerfile from root --- diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index dbdda2b..0000000 --- a/Dockerfile +++ /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