diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..3de7496 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,8 @@ +ARG NEXCLOUD_VERSION +FROM nextcloud:${NEXCLOUD_VERSION} + +LABEL org.opencontainers.image.authors="hanjo@bunix.de" + +RUN apt-get update && apt-get install -y \ + python \ + && rm -rf /var/lib/apt/lists/* \ No newline at end of file