From be2797727f1544bdcbbefc2074b677aeaca55184 Mon Sep 17 00:00:00 2001 From: Angoosh Leviocki Date: Fri, 27 Feb 2026 08:28:11 +0100 Subject: [PATCH] Add dockerfile --- dockerfile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dockerfile diff --git a/dockerfile b/dockerfile new file mode 100644 index 0000000..b07cc5d --- /dev/null +++ b/dockerfile @@ -0,0 +1,10 @@ +FROM ubuntu:latest + +LABEL maintainer="cITology s.r.o" \ + version="1.0" \ + description="Container containing all the required packages for compiling latex" + +RUN apt-get update +RUN apt-get install -y + +RUN apt-get install -y texlive-full git \ No newline at end of file