mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
Dockerfile: Add missing semicolon
Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
parent
549ba6aad3
commit
879a44ba9c
@ -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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user