fix picotool install

This commit is contained in:
2025-04-22 11:29:40 +03:00
parent 8a5859f324
commit 50c183b45b

View File

@@ -29,6 +29,6 @@ RUN git clone --depth 1 --branch 2.1.1 --single-branch https://github.com/raspbe
mkdir build && \
cd build && \
cmake .. && \
make && \
cp /home/picotool/build/picotool /bin/picotool && \
make -j$(nproc) && \
cmake --install . && \
rm -rf /home/picotool