From f80da4da791362ab8601e9108d054f3631f480ac Mon Sep 17 00:00:00 2001 From: Mario1159 Date: Wed, 13 Sep 2023 17:07:10 -0300 Subject: [PATCH] Add Git LFS --- base/arch.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/arch.Dockerfile b/base/arch.Dockerfile index aa832b4..a42fd8b 100644 --- a/base/arch.Dockerfile +++ b/base/arch.Dockerfile @@ -6,7 +6,7 @@ FROM greyltc/archlinux-aur:paru RUN pacman -Syuq --noconfirm # Install packages -RUN aur-install sudo git python python-pip python-pipx xz gnu-free-fonts vim ngspice gedit jupyter-notebook +RUN aur-install sudo git git-lfs python python-pip python-pipx xz gnu-free-fonts vim ngspice gedit jupyter-notebook # Clean cache RUN pacman -Scc