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
f0aee6f9
Commit
f0aee6f9
authored
4 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
docker: update restinio
parent
f72bfc9d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docker/DockerfileBionic
+1
-1
1 addition, 1 deletion
docker/DockerfileBionic
docker/DockerfileDeps
+4
-4
4 additions, 4 deletions
docker/DockerfileDeps
docker/DockerfileDepsLlvm
+3
-3
3 additions, 3 deletions
docker/DockerfileDepsLlvm
with
8 additions
and
8 deletions
docker/DockerfileBionic
+
1
−
1
View file @
f0aee6f9
FROM docker.pkg.github.com/savoirfairelinux/opendht/opendht-deps-bionic:2.
0.0
FROM docker.pkg.github.com/savoirfairelinux/opendht/opendht-deps-bionic:2.
1.3
MAINTAINER Adrien Béraud <adrien.beraud@savoirfairelinux.com>
RUN git clone https://github.com/savoirfairelinux/opendht.git \
...
...
This diff is collapsed.
Click to expand it.
docker/DockerfileDeps
+
4
−
4
View file @
f0aee6f9
...
...
@@ -17,11 +17,11 @@ RUN apt-get update && apt-get install -y \
RUN echo "*** Downloading RESTinio ***" \
&& mkdir restinio && cd restinio \
&& wget https://github.com/aberaud/restinio/archive/
a7a10e419d9089c5b8ee63f5e3098c892f22fae4
.tar.gz \
&& ls -l && tar -xzf
a7a10e419d9089c5b8ee63f5e3098c892f22fae4
.tar.gz \
&& cd restinio-
a7a10e419d9089c5b8ee63f5e3098c892f22fae4
/dev \
&& wget https://github.com/aberaud/restinio/archive/
2c0b6f5e5ba04d7a74e8406a3df1fd433680599d
.tar.gz \
&& ls -l && tar -xzf
2c0b6f5e5ba04d7a74e8406a3df1fd433680599d
.tar.gz \
&& cd restinio-
2c0b6f5e5ba04d7a74e8406a3df1fd433680599d
/dev \
&& cmake -DCMAKE_INSTALL_PREFIX=/usr -DRESTINIO_TEST=OFF -DRESTINIO_SAMPLE=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 . \
&& make -j8 && make install \
&& cd ../../ && rm -rf restinio
*
&& cd ../../
..
&& rm -rf restinio
This diff is collapsed.
Click to expand it.
docker/DockerfileDepsLlvm
+
3
−
3
View file @
f0aee6f9
...
...
@@ -18,9 +18,9 @@ ENV CXX c++
RUN echo "*** Downloading RESTinio ***" \
&& mkdir restinio && cd restinio \
&& wget https://github.com/aberaud/restinio/archive/
a7a10e419d9089c5b8ee63f5e3098c892f22fae4
.tar.gz \
&& ls -l && tar -xzf
a7a10e419d9089c5b8ee63f5e3098c892f22fae4
.tar.gz \
&& cd restinio-
a7a10e419d9089c5b8ee63f5e3098c892f22fae4
/dev \
&& wget https://github.com/aberaud/restinio/archive/
2c0b6f5e5ba04d7a74e8406a3df1fd433680599d
.tar.gz \
&& ls -l && tar -xzf
2c0b6f5e5ba04d7a74e8406a3df1fd433680599d
.tar.gz \
&& cd restinio-
2c0b6f5e5ba04d7a74e8406a3df1fd433680599d
/dev \
&& cmake -DCMAKE_INSTALL_PREFIX=/usr -DRESTINIO_TEST=OFF -DRESTINIO_SAMPLE=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 . \
...
...
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