From ed551f7e8b3e2caa8486c910aee79733c58eb728 Mon Sep 17 00:00:00 2001 From: flifloo Date: Wed, 5 Feb 2020 08:47:11 +0100 Subject: [PATCH] Move to alpine --- Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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