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
e7972ae8
Commit
e7972ae8
authored
5 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
dockerfiles: update
parent
8d2d40cb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/DockerfileDeps
+3
-3
3 additions, 3 deletions
docker/DockerfileDeps
docker/DockerfileDepsLlvm
+5
-5
5 additions, 5 deletions
docker/DockerfileDepsLlvm
with
8 additions
and
8 deletions
docker/DockerfileDeps
+
3
−
3
View file @
e7972ae8
...
@@ -30,9 +30,9 @@ RUN echo "** Building a recent version of asio ***" \
...
@@ -30,9 +30,9 @@ RUN echo "** Building a recent version of asio ***" \
RUN echo "*** Downloading RESTinio ***" \
RUN echo "*** Downloading RESTinio ***" \
&& mkdir restinio && cd restinio \
&& mkdir restinio && cd restinio \
&& wget https://github.com/aberaud/restinio/archive/
8d5d3e8237e0947adb9ba1ffc8281f4ad7cb2a59
.tar.gz \
&& wget https://github.com/aberaud/restinio/archive/
a7a10e419d9089c5b8ee63f5e3098c892f22fae4
.tar.gz \
&& ls -l && tar -xzf
8d5d3e8237e0947adb9ba1ffc8281f4ad7cb2a59
.tar.gz \
&& ls -l && tar -xzf
a7a10e419d9089c5b8ee63f5e3098c892f22fae4
.tar.gz \
&& cd restinio-
8d5d3e8237e0947adb9ba1ffc8281f4ad7cb2a59
/dev \
&& cd restinio-
a7a10e419d9089c5b8ee63f5e3098c892f22fae4
/dev \
&& cmake -DCMAKE_INSTALL_PREFIX=/usr -DRESTINIO_TEST=OFF -DRESTINIO_SAMPLE=OFF \
&& cmake -DCMAKE_INSTALL_PREFIX=/usr -DRESTINIO_TEST=OFF -DRESTINIO_SAMPLE=OFF \
-DRESTINIO_INSTALL_SAMPLES=OFF -DRESTINIO_BENCH=OFF -DRESTINIO_INSTALL_BENCHES=OFF \
-DRESTINIO_INSTALL_SAMPLES=OFF -DRESTINIO_BENCH=OFF -DRESTINIO_INSTALL_BENCHES=OFF \
-DRESTINIO_FIND_DEPS=ON -DRESTINIO_ALLOW_SOBJECTIZER=Off -DRESTINIO_USE_BOOST_ASIO=none . \
-DRESTINIO_FIND_DEPS=ON -DRESTINIO_ALLOW_SOBJECTIZER=Off -DRESTINIO_USE_BOOST_ASIO=none . \
...
...
This diff is collapsed.
Click to expand it.
docker/DockerfileDepsLlvm
+
5
−
5
View file @
e7972ae8
...
@@ -2,9 +2,9 @@ FROM ubuntu:16.04
...
@@ -2,9 +2,9 @@ FROM ubuntu:16.04
MAINTAINER Adrien Béraud <adrien.beraud@savoirfairelinux.com>
MAINTAINER Adrien Béraud <adrien.beraud@savoirfairelinux.com>
RUN apt-get update \
RUN apt-get update \
&& apt-get install -y llvm llvm-dev clang make cmake git wget libncurses5-dev libreadline-dev \
&& apt-get install -y llvm llvm-dev clang make cmake git wget libncurses5-dev libreadline-dev \
nettle-dev libgnutls28-dev libuv1-dev libmsgpack-dev libjsoncpp-dev
libasio-dev
cython3 python3-dev \
nettle-dev libgnutls28-dev libuv1-dev libmsgpack-dev libjsoncpp-dev cython3 python3-dev \
python3-setuptools libcppunit-dev python3-pip \
python3-setuptools libcppunit-dev python3-pip \
autotools-dev autoconf
libasio-dev
\
autotools-dev autoconf \
&& apt-get remove -y gcc g++ && apt-get autoremove -y && apt-get clean
&& apt-get remove -y gcc g++ && apt-get autoremove -y && apt-get clean
ENV CC cc
ENV CC cc
...
@@ -37,9 +37,9 @@ RUN apt-get update && apt-get install -y python3-pip && pip3 install --upgrade c
...
@@ -37,9 +37,9 @@ RUN apt-get update && apt-get install -y python3-pip && pip3 install --upgrade c
RUN echo "*** Downloading RESTinio ***" \
RUN echo "*** Downloading RESTinio ***" \
&& mkdir restinio && cd restinio \
&& mkdir restinio && cd restinio \
&& wget https://github.com/
Stiffstream
/restinio/archive/
v.0.5.1.2
.tar.gz \
&& wget https://github.com/
aberaud
/restinio/archive/
a7a10e419d9089c5b8ee63f5e3098c892f22fae4
.tar.gz \
&& ls -l && tar -xzf
v.0.5.1.2
.tar.gz \
&& ls -l && tar -xzf
a7a10e419d9089c5b8ee63f5e3098c892f22fae4
.tar.gz \
&& cd restinio-
v.0.5.1.2
/dev \
&& cd restinio-
a7a10e419d9089c5b8ee63f5e3098c892f22fae4
/dev \
&& cmake -DCMAKE_INSTALL_PREFIX=/usr -DRESTINIO_TEST=OFF -DRESTINIO_SAMPLE=OFF \
&& cmake -DCMAKE_INSTALL_PREFIX=/usr -DRESTINIO_TEST=OFF -DRESTINIO_SAMPLE=OFF \
-DRESTINIO_INSTALL_SAMPLES=OFF -DRESTINIO_BENCH=OFF -DRESTINIO_INSTALL_BENCHES=OFF \
-DRESTINIO_INSTALL_SAMPLES=OFF -DRESTINIO_BENCH=OFF -DRESTINIO_INSTALL_BENCHES=OFF \
-DRESTINIO_FIND_DEPS=ON -DRESTINIO_ALLOW_SOBJECTIZER=Off -DRESTINIO_USE_BOOST_ASIO=none . \
-DRESTINIO_FIND_DEPS=ON -DRESTINIO_ALLOW_SOBJECTIZER=Off -DRESTINIO_USE_BOOST_ASIO=none . \
...
...
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