FROM alpine:3.10

MAINTAINER Newnius <newnius.cn@gmail.com>

RUN apk add --no-cache nextcloud-client

CMD ["nextcloudcmd", "--help"]
