We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7da7be2 + 2c37665 commit c17861cCopy full SHA for c17861c
Dockerfile
@@ -208,6 +208,7 @@ RUN \
208
docker-cli \
209
libgomp \
210
git \
211
+ zip \
212
&& docker-php-ext-install sockets pdo_mysql pdo_pgsql intl \
213
&& apk del .deps \
214
&& rm -rf /var/cache/apk/*
tests.yaml
@@ -76,3 +76,8 @@ commandTests:
76
args: ["-r", 'print(\Normalizer::FORM_D);']
77
expectedOutput:
78
- "4"
79
+ - name: 'ZIP'
80
+ command: "zip"
81
+ args: ["-v"]
82
+ expectedOutput:
83
+ - "Zip 3.0 \\(July 5th 2008\\)"
0 commit comments