diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 809b448fe08d7fb9037afe4eae1a0d560617c309..0000000000000000000000000000000000000000 --- a/Dockerfile +++ /dev/null @@ -1,10 +0,0 @@ -FROM base/archlinux -MAINTAINER Orestis Malaspinas (orestis.malaspinas@hesge.ch) -RUN pacman -Syy --noconfirm pandoc texlive-most pandoc-crossref make git openssh imagemagick librsvg clang -RUN pacman -Syy --noconfirm python-pip -RUN pip install pandoc-numbering -RUN curl https://sh.rustup.rs -sSf | sh -s -- -y -ENV PATH="/root/.cargo/bin:${PATH}" -RUN echo $PATH -RUN rustup update -RUN cargo install cargo-readme