Dominik Meyer
b0455e93f0
Some checks reported errors
continuous-integration/drone/push Build was killed
9 lines
330 B
Docker
9 lines
330 B
Docker
FROM registry.gitlab.com/islandoftex/images/texlive:latest
|
|
|
|
#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 xz-utils latexmk
|
|
RUN apt-get -qy install pdftk |