Skip to content

Commit 5d2fcd2

Browse files
committed
build: #18 install zip
1 parent 7bc0630 commit 5d2fcd2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
FROM php:8.0-cli
22

3+
RUN apt-get update \
4+
&& apt-get install -y libzip-dev
5+
RUN docker-php-ext-install zip
6+
37
COPY builds/coding /usr/local/bin/
48

59
ENTRYPOINT ["coding"]

0 commit comments

Comments
 (0)