Skip to content

Commit f6b6de9

Browse files
committed
Fixes repo path
1 parent 255ba60 commit f6b6de9

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

Dockerfile

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,13 @@ RUN apk add --no-cache \
4444

4545
RUN 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-
5847
WORKDIR /tmp
59-
RUN git clone https://github.com/grpc/grpc.git .
48+
RUN git clone https://github.com/grpc/grpc.git
49+
6050
WORKDIR /tmp/grpc
6151
RUN git submodule update --init
62-
RUN cd src/php/ext/grpc
52+
53+
WORKDIR /tmp/grpc/src/php/ext/grpc
6354
RUN phpize
6455
RUN ./configure
6556
RUN make -j 16

0 commit comments

Comments
 (0)