forked from aaron/nextcloud-fpm
initial commit
This commit is contained in:
commit
b41e95f6ac
3 changed files with 107 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM nextcloud:23.0.0-fpm
|
||||
|
||||
RUN apt-get update && apt-get install -y libmagickcore-6.q16-6-extra && apt-get clean autoclean && apt-get autoremove -y
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["php-fpm"]
|
Reference in a new issue