This is a base image of Alpine created to support PiCymru applications
347
A minimal, busybox-like container based on Alpine Linux, that contains apk package manager to ease installation of extra packages and help you build smaller development containers.
Use this as base for your own containers:
FROM picymru/base
RUN apk-install <pakckagename>
CMD ["/bin/sh"]
And install or extend with packages as you please.
MIT
Content type
Image
Digest
Size
2.5 MB
Last updated
over 9 years ago
docker pull picymru/base