mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-07 16:41:55 +00:00
8 lines
133 B
Docker
8 lines
133 B
Docker
|
FROM alpine:3.10
|
||
|
|
||
|
MAINTAINER Newnius <newnius.cn@gmail.com>
|
||
|
|
||
|
RUN apk add --no-cache nextcloud-client
|
||
|
|
||
|
CMD ["nextcloudcmd", "--help"]
|