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