5 lines
64 B
Docker
5 lines
64 B
Docker
FROM alpine
|
|
MAINTAINER flifloo
|
|
|
|
RUN apk add --no-cache texlive
|
|
|