From 0b1e53a08ec217cbc67b9eeee8b48b647874aa80 Mon Sep 17 00:00:00 2001
From: Vit Novotny <witiko@mail.muni.cz>
Date: Sat, 12 Feb 2022 15:36:51 +0000
Subject: [PATCH] Add Dockerfile

---
 Dockerfile | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 Dockerfile

diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 00000000..e579d442
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,9 @@
+FROM python:3.7
+
+ENV DEBIAN_FRONTEND=noninteractive \
+    TERM=xterm
+
+RUN set -e -o xtrace \
+  ; rm -f !(scripts requirements.txt)
+  ; pip install -U pip
+  ; pip install -r requirements.txt
-- 
GitLab