Skip to content

Commit 3a05ce7

Browse files
committed
build(laravel): laravel-swoole
1 parent d2d4e7d commit 3a05ce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

laravel/swoole/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ RUN apk update && apk add --no-cache openssl-dev autoconf g++ make \
55
&& ./configure --enable-openssl \
66
&& make && make install \
77
&& cd .. rm -f swoole.tgz && rm -rf swoole-* \
8-
&& ls && docker-php-ext-enable swoole && php --ri swoole \
9-
&& apk del --no-cache openssl-dev g++ autoconf make
8+
&& ls && docker-php-ext-enable swoole
9+
RUN apk del --no-cache autoconf make && php --ri swoole

0 commit comments

Comments
 (0)