File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed
Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -44,22 +44,13 @@ RUN apk add --no-cache \
4444
4545RUN rm -rf /var/lib/apt/lists/*
4646
47- # WORKDIR /tmp
48- # RUN wget https://github.com/grpc/grpc/archive/refs/heads/master.tar.gz
49- # RUN tar -xzf master.tar.gz && rm master.tar.gz
50- # RUN cd grpc-master
51- # RUN git submodule update --init --recursive
52- # WORKDIR /tmp/grpc-master/src/php/ext/grpc
53- # RUN phpize
54- # RUN ./configure
55- # RUN make -j 16
56- # RUN make install
57-
5847WORKDIR /tmp
59- RUN git clone https://github.com/grpc/grpc.git .
48+ RUN git clone https://github.com/grpc/grpc.git
49+
6050WORKDIR /tmp/grpc
6151RUN git submodule update --init
62- RUN cd src/php/ext/grpc
52+
53+ WORKDIR /tmp/grpc/src/php/ext/grpc
6354RUN phpize
6455RUN ./configure
6556RUN make -j 16
You can’t perform that action at this time.
0 commit comments