builder (sha256:a89d8a8c8a6cb2e0ac072937d88dba641e58cdb9cde9406e0c5b871d548cfcf1)
Installation
docker pull git.pfarley.dev/lambda-os/builder@sha256:a89d8a8c8a6cb2e0ac072937d88dba641e58cdb9cde9406e0c5b871d548cfcf1sha256:a89d8a8c8a6cb2e0ac072937d88dba641e58cdb9cde9406e0c5b871d548cfcf1Image layers
| ADD alpine-minirootfs-3.23.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache cpio dosfstools elfutils gcc git lzop make mtools musl-dev python3 py3-pip # buildkit |
| RUN /bin/sh -c pip3 install --break-system-packages kconfiglib # buildkit |
| RUN /bin/sh -c chmod -R go+rx /usr/lib/python3.12 # buildkit |
| COPY /opt/lambda-cross /opt/lambda-cross # buildkit |
| RUN /bin/sh -c find /opt/lambda-cross/ -type d -exec chmod go+rx {} \; # buildkit |
Details
Versions (3)
View all