From e184b3cd0143d7c1b9a3b88e80519d2318ee9fbd Mon Sep 17 00:00:00 2001
From: Orestis Malaspinas <orestis.malaspinas@hesge.ch>
Date: Sun, 12 Apr 2020 14:41:00 +0200
Subject: [PATCH] removed explicit docker

---
 Dockerfile | 10 ----------
 1 file changed, 10 deletions(-)
 delete mode 100644 Dockerfile

diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index 809b448..0000000
--- 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
-- 
GitLab