Sign inSign up

yocreo/nancy

By yocreo

Updated over 4 years ago

Added git to https://hub.docker.com/r/sonatypecommunity/nancy

Image
0

10K+

yocreo/nancy repository overview

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"]

Tag summary

Content type

Image

Digest

Size

22.2 MB

Last updated

over 4 years ago

docker pull yocreo/nancy