Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aledjones authored Jul 8, 2019
1 parent 3ba1b77 commit 820fcfa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM nextcloud:stable

RUN echo "deb http://deb.debian.org/debian stretch-backports main" > /etc/apt/sources.list.d/backports.list && apt update -y
RUN mkdir -p /usr/share/man/man1
RUN apt install libreoffice libreoffice-l10n-de libreoffice-help-de -y
RUN apt install ffmpeg imagemagick ghostscript -y
RUN apt install p7zip p7zip-full -y

WORKDIR /var/www/html
ENTRYPOINT ["/entrypoint.sh"]
CMD ["apache2-foreground"]

0 comments on commit 820fcfa

Please sign in to comment.