Move to alpine
This commit is contained in:
parent
921ace1633
commit
ed551f7e8b
1 changed files with 2 additions and 4 deletions
|
@ -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/
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue