diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..e94209f --- /dev/null +++ b/Dockerfile @@ -0,0 +1,8 @@ +FROM nextcloud:14.0.1-apache + +COPY . /usr/src/nextcloud/apps/weather + +RUN apt-get update -qy && \ + apt-get install --no-install-recommends -qy ca-certificates && \ + apt-get clean && \ + rm -rf /var/lib/apt/lists/*