MOD: switched to alpine linux as base image
continuous-integration/drone Build was killed Details

This commit is contained in:
Dominik Meyer 2024-01-10 21:14:41 +01:00
parent 11ae96f1c0
commit 4bb098cc4e
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
2 changed files with 3 additions and 11 deletions

3
Containerfile Normal file
View File

@ -0,0 +1,3 @@
FROM alpine:latest
RUN apk update && apk add --no-cache bash ca-certificates make git texlive-full curl graphviz biber

View File

@ -1,11 +0,0 @@
FROM debian:bookworm
#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 texlive-full biber
RUN apt-get -qy install ca-certificates curl make git inkscape xz-utils latexmk
RUN apt-get -qy install pdftk
RUN apt-get -qy install graphviz