We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c446cba commit fba278dCopy full SHA for fba278d
1 file changed
Dockerfile
@@ -0,0 +1,7 @@
1
+FROM wavesoftware/php7
2
+RUN apt-get update && apt-get install -y \
3
+ imagemagick \
4
+ ffmpeg \
5
+ libreoffice \
6
+ --no-install-recommends \
7
+ && rm -rf /var/lib/apt/lists/*
0 commit comments