Added git to https://hub.docker.com/r/sonatypecommunity/nancy
10K+
FROM alpine:latest
RUN apk update RUN apk add git
RUN apk add --no-cache ca-certificates jq
&& update-ca-certificates 2>/dev/null || true
&& rm -rf /var/cache/apk/
COPY nancy /usr/local/bin/nancy
#CMD ["nancy"]
Content type
Image
Digest
Size
22.2 MB
Last updated
over 4 years ago
docker pull yocreo/nancy