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
785e5483
Commit
785e5483
authored
3 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
docker: fix Bionic (Ubuntu 18.04) support
parent
bb7611fc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/DockerfileDepsBionic
+4
-3
4 additions, 3 deletions
docker/DockerfileDepsBionic
with
4 additions
and
3 deletions
docker/DockerfileDepsBionic
+
4
−
3
View file @
785e5483
...
...
@@ -6,6 +6,7 @@ RUN echo "APT::Acquire::Retries \"3\";" > /etc/apt/apt.conf.d/80-retries
RUN apt-get update && apt-get install -y \
apt-transport-https build-essential pkg-config git wget libncurses5-dev libreadline-dev nettle-dev \
libgnutls28-dev libuv1-dev cython3 python3-dev python3-setuptools libcppunit-dev libjsoncpp-dev \
libargon2-0-dev \
autotools-dev autoconf libfmt-dev libhttp-parser-dev libmsgpack-dev libssl-dev python3-pip \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/apt/*
...
...
@@ -21,9 +22,9 @@ RUN echo "** Building a recent version of asio ***" \
RUN echo "*** Downloading RESTinio ***" \
&& mkdir restinio && cd restinio \
&& wget https://github.com/aberaud/restinio/archive/
e0a261dd8488246a3cb8bbb3ea781ea5139c3c94
.tar.gz \
&& ls -l && tar -xzf
e0a261dd8488246a3cb8bbb3ea781ea5139c3c94
.tar.gz \
&& cd restinio-
e0a261dd8488246a3cb8bbb3ea781ea5139c3c94
/dev \
&& wget https://github.com/aberaud/restinio/archive/
8d5d3e8237e0947adb9ba1ffc8281f4ad7cb2a59
.tar.gz \
&& ls -l && tar -xzf
8d5d3e8237e0947adb9ba1ffc8281f4ad7cb2a59
.tar.gz \
&& cd restinio-
8d5d3e8237e0947adb9ba1ffc8281f4ad7cb2a59
/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