We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc0630 commit 5d2fcd2Copy full SHA for 5d2fcd2
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