Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 285 Bytes

DEV_NOTES.md

File metadata and controls

12 lines (10 loc) · 285 Bytes

When back to libfuse3:

# Install ninja
ADD https://github.com/ninja-build/ninja/releases/download/v1.10.0/ninja-linux.zip /usr/bin/

# See https://github.com/libfuse/libfuse
RUN mkdir build && \
    cd build && \
    meson --default-library static .. && \
    ninja