MOD: switched to alpine linux as base image
Some checks reported errors
continuous-integration/drone Build was killed
Some checks reported errors
continuous-integration/drone Build was killed
This commit is contained in:
parent
11ae96f1c0
commit
4bb098cc4e
3
Containerfile
Normal file
3
Containerfile
Normal 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
|
11
Dockerfile
11
Dockerfile
@ -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
|
Loading…
Reference in New Issue
Block a user