From 84cebb07a17afb10a7f0779ae42f60d318d334b0 Mon Sep 17 00:00:00 2001 From: Klagarge Date: Fri, 29 May 2026 16:45:58 +0000 Subject: [PATCH] chore: update just --- .devcontainer/toolchain/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/toolchain/Dockerfile b/.devcontainer/toolchain/Dockerfile index 9ab9133..861d1c5 100644 --- a/.devcontainer/toolchain/Dockerfile +++ b/.devcontainer/toolchain/Dockerfile @@ -14,7 +14,6 @@ RUN apt-get update && \ device-tree-compiler \ file \ flex \ - just \ libfl-dev \ libglib2.0-dev \ libssl-dev \ @@ -28,5 +27,7 @@ RUN apt-get update && \ wget \ bear +RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin + COPY scripts/* /usr/local/bin/ RUN chmod +x /usr/local/bin/*