Move to alpine

This commit is contained in:
Ethanell 2020-02-05 08:47:11 +01:00
parent 921ace1633
commit ed551f7e8b

View file

@ -1,7 +1,5 @@
FROM debian:buster-slim FROM alpine
MAINTAINER flifloo MAINTAINER flifloo
RUN apt update && apt upgrade -y \ RUN apk add --no-cache texlive
&& apt install texlive texlive-latex-base texlive-latex-extra texlive-lang-french -y \
&& apt-get clean && rm -rf /var/lib/apt/lists/