Skip to content

Commit c17861c

Browse files
Merge pull request #37 from appwrite/feat-zip-cmd
Feat: ZIP command
2 parents 7da7be2 + 2c37665 commit c17861c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ RUN \
208208
docker-cli \
209209
libgomp \
210210
git \
211+
zip \
211212
&& docker-php-ext-install sockets pdo_mysql pdo_pgsql intl \
212213
&& apk del .deps \
213214
&& rm -rf /var/cache/apk/*

tests.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,8 @@ commandTests:
7676
args: ["-r", 'print(\Normalizer::FORM_D);']
7777
expectedOutput:
7878
- "4"
79+
- name: 'ZIP'
80+
command: "zip"
81+
args: ["-v"]
82+
expectedOutput:
83+
- "Zip 3.0 \\(July 5th 2008\\)"

0 commit comments

Comments
 (0)