builder (sha256:469e54e4df43ce8047575a6fea5464a8df8aa5f29cc174cd0662159f388db174)
Installation
docker pull git.pfarley.dev/lambda-os/builder@sha256:469e54e4df43ce8047575a6fea5464a8df8aa5f29cc174cd0662159f388db174sha256:469e54e4df43ce8047575a6fea5464a8df8aa5f29cc174cd0662159f388db174Image 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