Dockerfiles/nextcloud-client/Dockerfile

8 lines
133 B
Docker
Raw Normal View History

2019-11-24 03:53:03 +00:00
FROM alpine:3.10
MAINTAINER Newnius <newnius.cn@gmail.com>
RUN apk add --no-cache nextcloud-client
CMD ["nextcloudcmd", "--help"]