diff --git a/Dockerfile b/Dockerfile
index b544c07a8b765b1a179f75921993baa40ffe0a49..75afa5d2955d40117b01a74243bf48d78110fad1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -49,8 +49,8 @@ RUN chmod 0644 /etc/cron.d/backup
 # Add papermc user and group, then change ownership of /papermc and /backup to this user
 RUN groupadd -g ${GUID} ${papermc_group} 
 RUN useradd -g ${GUID} -l -M -s /bin/false -u ${GUID} ${papermc_user} 
-RUN chown -R ${GUID} /papermc/ \
-    chown -R ${GUID} /backup/
+RUN chown -R ${GUID} /papermc/ 
+RUN chown -R ${GUID} /backup/
 
 # Get package lists, install needed packages, then remove the package lists again (to save space)
 # "webp" is needed to generate images with better compression for the dynamic map (optional, needs further configuration in dynmap-plugin´s config file)