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 -