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