FROM alpine RUN apk fix && \ apk --no-cache --update add git git-lfs gpg less man-pages openssh patch git-annex && \ git lfs install VOLUME /git WORKDIR /git ENTRYPOINT ["git-annex"] CMD ["--help"]