From c5e45626d7c5b78199affc1964465ff47776fa5a Mon Sep 17 00:00:00 2001 From: HuangFuSL Date: Tue, 28 Feb 2023 01:03:44 +0800 Subject: [PATCH] Alter to basic-scheme of texlive installation --- .devcontainer/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 6612dce..709f53f 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,3 +1,3 @@ -FROM qmcgaw/latexdevcontainer:latest-full +FROM qmcgaw/latexdevcontainer:latest -RUN apt update -y && apt install fontconfig python3 -y \ No newline at end of file +RUN apt update -y && apt install fontconfig python3 -y