4 lines
120 B
Plaintext
4 lines
120 B
Plaintext
|
FROM alpine:latest
|
||
|
|
||
|
RUN apk update && apk add --no-cache bash ca-certificates make git texlive-full curl graphviz biber
|