diff --git a/Dockerfile b/Dockerfile index 2d110af..9888af7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ -FROM debian:buster-slim +FROM alpine MAINTAINER flifloo -RUN apt update && apt upgrade -y \ - && apt install texlive texlive-latex-base texlive-latex-extra texlive-lang-french -y \ - && apt-get clean && rm -rf /var/lib/apt/lists/ +RUN apk add --no-cache texlive