Spaces:
Paused
Paused
xukc
commited on
Commit
·
a5c604e
1
Parent(s):
44cd6bb
[fix]Dockerfile6
Browse files- 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/
|
16 |
-
WORKDIR /usr/src/
|
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 |
|