xukc commited on
Commit
a5c604e
·
1 Parent(s): 44cd6bb

[fix]Dockerfile6

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -4
Dockerfile CHANGED
@@ -12,10 +12,8 @@ RUN apt-get install -y g++ make cmake autoconf automake libtool
12
 
13
  # Download and build libuv from source
14
  RUN apt-get install -y git
15
- RUN git clone https://github.com/libuv/libuv.git /usr/src/libuv
16
- WORKDIR /usr/src/libuv
17
- RUN sh autogen.sh
18
- RUN ./configure
19
  RUN make
20
  RUN make install
21
 
 
12
 
13
  # Download and build libuv from source
14
  RUN apt-get install -y git
15
+ RUN git clone https://github.com/ithewei/libhv.git /usr/src/libhv
16
+ WORKDIR /usr/src/libhv
 
 
17
  RUN make
18
  RUN make install
19