From 8cb887003102da7f9b77af2fddd891b9790cfe4d Mon Sep 17 00:00:00 2001 From: skullbite Date: Fri, 7 Mar 2025 09:13:20 -0500 Subject: [PATCH] changed template dockerfile --- base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base b/base index 9bc5b29..ebca878 100644 --- a/base +++ b/base @@ -6,4 +6,4 @@ RUN apt-get -y update \ && git clone https://git.bork.quest/skullbite/nvim-config ~/.config/nvim \ && echo "nvim" >> ~/.bashrc -# RUN chmod +x ./.sh && ./.sh +# RUN sh -c "$(curl -sSL https://git.bork.quest/skullbite/devpod-containers/raw/branch/main/env/<>.sh)"