Git on Alpine Linux OS, Raspberry Pi hardware
1.0K
FROM fnphat/rpi-alpine:3.2
RUN apk add --update git && \
rm -rf /var/cache/apk/*
ENTRYPOINT bash
Content type
Image
Digest
Size
12.1 MB
Last updated
over 10 years ago
docker pull fnphat/rpi-alpine-git