Add dockerfile

This commit is contained in:
2026-02-27 08:28:11 +01:00
parent 92b5f34fdf
commit be2797727f

10
dockerfile Normal file
View File

@@ -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