From ed1de79e9b0fa9deb121b7978ae1339ea3259fe7 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Wed, 10 Jul 2024 17:59:56 +0200 Subject: [PATCH] keep /root/.bashrc Signed-off-by: Simon L. --- Containers/nextcloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/nextcloud/Dockerfile b/Containers/nextcloud/Dockerfile index be7ce606..40b42232 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -244,9 +244,9 @@ RUN set -ex; \ git clone https://github.com/nextcloud-releases/all-in-one.git --depth 1 .; \ mkdir -p /usr/src/nextcloud/apps/nextcloud-aio; \ cp -r ./app/* /usr/src/nextcloud/apps/nextcloud-aio/; \ - echo "[ -n \"\$TERM\" ] && cat /root.motd" >> /root/.bashrc; \ # AIO cloning end # Do not remove or change this line! \ + echo "[ -n \"\$TERM\" ] && cat /root.motd" >> /root/.bashrc; \ chown www-data:root -R /usr/src && \ chown www-data:root -R /usr/local/etc/php/conf.d && \ chown www-data:root -R /usr/local/etc/php-fpm.d && \