From 5616b2728d1c18cea9872db2be0fe09b8bb1ab76 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Mon, 2 Feb 2026 09:04:27 -0500 Subject: [PATCH] feat: Removes dotfiles from image in favor of having devpod set them up. --- Dockerfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index c120670..9cf676c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,10 +50,3 @@ RUN chown -R swift:swift /home/swift/.local USER swift -# Install dotfiles -RUN cd /home/swift \ - && git clone https://github.com/m-housh/dotfiles.git \ - && cd dotfiles \ - && git switch arch \ - && DEV_ENV=/home/swift/dotfiles ./devcontainer-env -