diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index d8a1215..0000000 --- a/Dockerfile +++ /dev/null @@ -1,10 +0,0 @@ -FROM debian:buster -MAINTAINER holishing -WORKDIR /work -ADD . /work -RUN apt-get update \ - && apt-get upgrade -y \ - && apt-get install -y --no-install-recommends make automake autoconf autopoint autotools-dev gfortran gfortran-mingw-w64-i686 inkscape p7zip \ - && ./autogen.sh \ - && ./configure && make 7zpkg clean \ - && ./configure && make 7zpkg clean