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/*