Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-09-28 16:09:31 +0300
committerthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-09-28 17:14:01 +0300
commit879a44ba9c7614fd8a7d13f8cb878336f32d017c (patch)
tree9851a6b8d5b1473600e25a978c8e14dde4a7020d
parent549ba6aad3644b396eff2f4b9a3a6ca8e6f2968b (diff)
Dockerfile: Add missing semicolon
Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
-rw-r--r--build/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/docker/Dockerfile b/build/docker/Dockerfile
index 557b86f3..4ee3d164 100644
--- a/build/docker/Dockerfile
+++ b/build/docker/Dockerfile
@@ -65,7 +65,7 @@ rm -f /var/log/alternatives.log /var/log/apt/*; \
# specific cleanup
rm /data-ro/database/ib_logfile*; \
-rm /usr/local/etc/lamp.sh \
+rm /usr/local/etc/lamp.sh; \
rm /.ncp-image;
COPY build/docker/lamp/010lamp /etc/services-enabled.d/