Skip to content

Commit e72739a

Browse files
committed
Add git
1 parent a2ddb11 commit e72739a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Servers/WorkermanServer/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM php:8.5-cli
22

3+
RUN apt install -y git
4+
35
COPY --from=composer/composer:latest-bin --link /composer /usr/local/bin/composer
46

57
WORKDIR /workerman

0 commit comments

Comments
 (0)