Skip to content

Commit 821e5b8

Browse files
committed
Add more dependencies to dockerfile
1 parent e72739a commit 821e5b8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/Servers/WorkermanServer/Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
FROM php:8.5-cli
22

3-
RUN apt install -y git
3+
RUN apt-get update && apt-get install -y --no-install-recommends \
4+
curl \
5+
unzip \
6+
libzip-dev \
7+
&& docker-php-ext-install zip \
8+
&& apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/*
49

510
COPY --from=composer/composer:latest-bin --link /composer /usr/local/bin/composer
611

0 commit comments

Comments
 (0)