1
0

feat(devcontainer): add tool for zed

This commit is contained in:
2026-03-21 14:37:50 +01:00
committed by Klagarge
parent 7366592611
commit 4bbafc5bd6

View File

@@ -25,7 +25,8 @@ RUN apt-get update && \
rsync \ rsync \
swig \ swig \
u-boot-tools \ u-boot-tools \
wget wget \
bear
COPY scripts/* /usr/local/bin/ COPY scripts/* /usr/local/bin/
RUN chmod +x /usr/local/bin/* RUN chmod +x /usr/local/bin/*