mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 11:01:14 +00:00
13 lines
203 B
YAML
13 lines
203 B
YAML
---
|
|
|
|
check: |
|
|
echo test > test.txt \
|
|
&& mutool create -o test.pdf test.txt \
|
|
&& file test.pdf | grep 'PDF document' \
|
|
&& rm test.txt \
|
|
&& rm test.pdf \
|
|
|
|
all:
|
|
type: apt
|
|
package: mupdf-tools
|