We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab92396 commit 438be7cCopy full SHA for 438be7c
Dockerfile
@@ -1,5 +1,9 @@
1
FROM php:8.0-cli
2
3
+RUN apt-get update \
4
+ && apt-get install -y libzip-dev
5
+RUN docker-php-ext-install zip
6
+
7
COPY builds/coding /usr/local/bin/
8
9
ENTRYPOINT ["coding"]
0 commit comments