1
0

chore: update just

This commit is contained in:
2026-05-29 16:45:58 +00:00
parent 5b1f51616a
commit 84cebb07a1

View File

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