From 8ac2aa32505ab5c2d0e94c44652c523bb2c9a09c Mon Sep 17 00:00:00 2001 From: ducoterra Date: Tue, 17 Dec 2024 15:23:58 -0500 Subject: [PATCH] add code to arch toolbox --- infrastructure/graduated/fedora/arch.containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infrastructure/graduated/fedora/arch.containerfile b/infrastructure/graduated/fedora/arch.containerfile index e1d214b..f12a5fd 100644 --- a/infrastructure/graduated/fedora/arch.containerfile +++ b/infrastructure/graduated/fedora/arch.containerfile @@ -59,7 +59,8 @@ RUN pacman -S --noconfirm \ texlive-latexrecommended \ texlive-binextra \ texlive-fontsrecommended \ - texlive-fontsextra + texlive-fontsextra \ + code ########################