Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
opendht
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
opendht
Commits
9a56c099
Commit
9a56c099
authored
5 years ago
by
Seva
Browse files
Options
Downloads
Patches
Plain Diff
docker: rename pip unknown cmd to pip3 & remove comments
parent
8298c0c8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/DockerfileDeps
+5
-5
5 additions, 5 deletions
docker/DockerfileDeps
docker/DockerfileDepsLlvm
+5
-5
5 additions, 5 deletions
docker/DockerfileDepsLlvm
with
10 additions
and
10 deletions
docker/DockerfileDeps
+
5
−
5
View file @
9a56c099
...
...
@@ -3,18 +3,18 @@ MAINTAINER Adrien Béraud <adrien.beraud@savoirfairelinux.com>
RUN apt-get update && apt-get install -y build-essential cmake git wget libncurses5-dev libreadline-dev nettle-dev libgnutls28-dev libuv1-dev cython3 python3-dev libcppunit-dev libjsoncpp-dev libasio-dev libssl-dev python3-setuptools python3-pip && apt-get clean
#install conan
RUN pip install conan
RUN pip
3
install conan
#build restinio from source
RUN git clone https://github.com/Stiffstream/restinio-conan.git \
&& cd restinio-conan/ \
&& conan remote add stiffstream https://api.bintray.com/conan/stiffstream/public \
&& echo "[requires]" > conanfile.txt \
&& echo "restinio/0.5.0@stiffstream/stable" >> conanfile.txt \
# TODO change for 0.5.1 once released
&& git clone https://github.com/Stiffstream/restinio \
# TODO remove once can download with conan ^
&& conan install . --build=missing \
# dependencies > .conan/data/restinio/
&& echo "restinio/0.5.0@stiffstream/stable" >> conanfile.txt \
&& git clone https://github.com/Stiffstream/restinio \
&& conan install . --build=missing \
&& conan package --package-folder /usr . \
&& git clone https://github.com/binarytrails/http-parser.git \
# fork for custom methods LISTEN,SIGN,ENCRYPT,STATS
&& git clone https://github.com/binarytrails/http-parser.git \
&& cd http-parser && make && make install PREFIX=/usr \
&& cd ../ && rm -rf restinio-conan/
...
...
This diff is collapsed.
Click to expand it.
docker/DockerfileDepsLlvm
+
5
−
5
View file @
9a56c099
...
...
@@ -8,18 +8,18 @@ ENV CC cc
ENV CXX c++
#install conan
RUN pip install conan
RUN pip
3
install conan
#build restinio from source
RUN git clone https://github.com/Stiffstream/restinio-conan.git \
&& cd restinio-conan/ \
&& conan remote add stiffstream https://api.bintray.com/conan/stiffstream/public \
&& echo "[requires]" > conanfile.txt \
&& echo "restinio/0.5.0@stiffstream/stable" >> conanfile.txt \
# TODO change for 0.5.1 once released
&& git clone https://github.com/Stiffstream/restinio \
# TODO remove once can download with conan ^
&& conan install . --build=missing \
# dependencies > .conan/data/restinio/
&& echo "restinio/0.5.0@stiffstream/stable" >> conanfile.txt \
&& git clone https://github.com/Stiffstream/restinio \
&& conan install . --build=missing \
&& conan package --package-folder /usr . \
&& git clone https://github.com/binarytrails/http-parser.git \
# fork for custom methods LISTEN,SIGN,ENCRYPT,STATS
&& git clone https://github.com/binarytrails/http-parser.git \
&& cd http-parser && make && make install PREFIX=/usr \
&& cd ../ && rm -rf restinio-conan/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment