From 4bbafc5bd6a51b68c5834600d02c2e8ae7f04eb0 Mon Sep 17 00:00:00 2001 From: fastium Date: Sat, 21 Mar 2026 14:37:50 +0100 Subject: [PATCH] feat(devcontainer): add tool for zed --- .devcontainer/toolchain/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.devcontainer/toolchain/Dockerfile b/.devcontainer/toolchain/Dockerfile index d4d59d6..9ab9133 100644 --- a/.devcontainer/toolchain/Dockerfile +++ b/.devcontainer/toolchain/Dockerfile @@ -25,7 +25,8 @@ RUN apt-get update && \ rsync \ swig \ u-boot-tools \ - wget + wget \ + bear COPY scripts/* /usr/local/bin/ -RUN chmod +x /usr/local/bin/* \ No newline at end of file +RUN chmod +x /usr/local/bin/*