diff --git a/Dockerfile b/Dockerfile index 89f0e7f..be08a56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,8 @@ # FROM nextcloud:22.2-apache FROM nextcloud:23.0-apache +# This is a stupid comment for a demo (remove later) + RUN apt-get update \ && apt-get install -y nano \ && apt-get clean