Add 'temporary' fix for php-magick when container goes down and up.
This commit is contained in:
parent
55fe458816
commit
b2379287bf
9
Config/Nextcloud/fixes.sh
Executable file
9
Config/Nextcloud/fixes.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
# 2022-09-25 Hyperling
|
||||
# Put fixes in a file so they do not need remembered.
|
||||
|
||||
docker exec -it nextcloud-app-1 apt update -y
|
||||
docker exec -it nextcloud-app-1 apt install -y libmagickcore-6.q16-6-extra
|
||||
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user