Remove dockerfile from root

pull/282/head
darless 1 year ago committed by David Schweikert
parent e20939ebfe
commit 8601d1ba70

@ -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"]
Loading…
Cancel
Save