Skip to content

Commit

Permalink
[C++/cuehttp]improve (TechEmpower#5842)
Browse files Browse the repository at this point in the history
* add new freamwork: cuehttp

* modify port to 8080 & modify .travis.yml

* remove license

* [C++/cuehttp]improve perf

* improve

* improve

* fix date

* improve
  • Loading branch information
xcyl authored Jul 6, 2020
1 parent e286a1e commit 1ab208c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frameworks/C++/cuehttp/cuehttp.dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
FROM ubuntu:18.04

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

WORKDIR /
RUN git clone https://github.com/xcyl/cuehttp.git

WORKDIR /cuehttp
RUN git checkout 02fcf4d13346e3773a54e675d9f143699a02826c
RUN git checkout b504d22388f9566712cc366a81da5be040645ef2

WORKDIR /cuehttp/examples/plaintext
RUN mkdir build && cd build && cmake .. && make -j8
Expand Down

0 comments on commit 1ab208c

Please sign in to comment.