This is a minimal, busybox-like Alpine Linux container,
It contains a bare minimum of packages required for building containers:
apkcurlwgetca-certificates
This is a fork of luxas/alpine-arm, which was in turn possible thanks to work by uggedal on packaging Alpine Linux for Docker.
- Removed the additional install script (for feature parity with other images) and simplified the
Dockerfilesomewhat. - Removed pointless nested build step and bumped version
Use this as base for your own containers:
FROM insightful/alpine:3.7-armhf
RUN apk-install <packagename>
CMD ["/bin/sh"]