This repository has been archived on 2026-07-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
docker/archive/others/lfs/Dockerfile
T

5 lines
96 B
Docker

FROM debian
COPY cross-toolchain.sh /
RUN chmod +x cross-toolchain.sh
RUN . /cross-toolchain.sh