Browse Source

[C++/cuehttp]improve (#5842)

* add new freamwork: cuehttp

* modify port to 8080 & modify .travis.yml

* remove license

* [C++/cuehttp]improve perf

* improve

* improve

* fix date

* improve
xcyl 5 years ago
parent
commit
1ab208c575
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frameworks/C++/cuehttp/cuehttp.dockerfile

+ 2 - 2
frameworks/C++/cuehttp/cuehttp.dockerfile

@@ -1,7 +1,7 @@
 FROM ubuntu:18.04
 FROM ubuntu:18.04
 
 
 RUN apt-get update -yqq
 RUN apt-get update -yqq
-RUN apt-get install -yqq g++-7 cmake git uuid-dev libboost-all-dev
+RUN apt-get install -yqq g++-7 cmake git libboost-all-dev
 
 
 ENV CUEHTTP=/cuehttp
 ENV CUEHTTP=/cuehttp
 
 
@@ -9,7 +9,7 @@ WORKDIR /
 RUN git clone https://github.com/xcyl/cuehttp.git
 RUN git clone https://github.com/xcyl/cuehttp.git
 
 
 WORKDIR /cuehttp
 WORKDIR /cuehttp
-RUN git checkout 02fcf4d13346e3773a54e675d9f143699a02826c
+RUN git checkout b504d22388f9566712cc366a81da5be040645ef2
 
 
 WORKDIR /cuehttp/examples/plaintext
 WORKDIR /cuehttp/examples/plaintext
 RUN mkdir build && cd build && cmake .. && make -j8
 RUN mkdir build && cd build && cmake .. && make -j8