Initial commit
This commit is contained in:
5
nextcloud.dockerfile
Normal file
5
nextcloud.dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM nextcloud:fpm
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get upgrade -y && \
|
||||
apt-get install -y --no-install-recommends ffmpeg
|
Reference in New Issue
Block a user