Skip to content

Commit 103e159

Browse files
aozhuochaoaozhuochao
authored andcommitted
7.4-alpine-v3.12-swoole-env
1 parent 9e5401e commit 103e159

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hyperf/Dockerfile.yasd.dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG BASE_FORM=hyperf/hyperf:7.4-alpine-v3.11
22
# hyperf/hyperf:7.4-alpine-v3.11-dev
33

44

5-
FROM ${BASE_FORM}-dev as build
5+
FROM ${BASE_FORM} as build
66

77
RUN git clone https://github.com/swoole/yasd \
88
&& apk add --no-cache boost boost-dev \
@@ -14,7 +14,7 @@ RUN git clone https://github.com/swoole/yasd \
1414
make && \
1515
make install
1616

17-
FROM ${BASE_FORM}-swoole as finish
17+
FROM ${BASE_FORM} as finish
1818

1919
COPY --from=build /usr/lib/php7/modules/yasd.so /usr/lib/php7/modules/yasd.so
2020

0 commit comments

Comments
 (0)