ADD: first version of container

This commit is contained in:
Dominik Meyer 2023-07-10 11:07:32 +02:00
parent fa81bd8df8
commit ccc1cf2e8a
No known key found for this signature in database
GPG Key ID: B4C312B600606B64
1 changed files with 8 additions and 0 deletions

8
Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM debian:stable
#change high groups to low groups for crio/kubernetes problems
RUN sed -i 's/65534/1000/' /etc/passwd
# install additional requirements
RUN apt-get -qy update
RUN apt-get -qy install ca-certificates curl make git inkscape texlive-full xz-utils biber texlive-bibtex-extra latexmk