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
21c294f3
Commit
21c294f3
authored
5 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
docker: update asio
parent
4654f78e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docker/DockerfileDeps
+3
-3
3 additions, 3 deletions
docker/DockerfileDeps
docker/DockerfileDepsBionic
+3
-3
3 additions, 3 deletions
docker/DockerfileDepsBionic
docker/DockerfileDepsLlvm
+2
-2
2 additions, 2 deletions
docker/DockerfileDepsLlvm
with
8 additions
and
8 deletions
docker/DockerfileDeps
+
3
−
3
View file @
21c294f3
...
...
@@ -3,7 +3,7 @@ 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 python3-setuptools libcppunit-dev libjsoncpp-dev \
autotools-dev autoconf
libasio-dev
\
autotools-dev autoconf \
&& apt-get clean
RUN echo "*** Installing libfmt ***" \
...
...
@@ -22,8 +22,8 @@ RUN echo "*** Building nodejs/http_parser dependency ***" \
# libasio-dev (1.10.6-3) is too old
RUN echo "** Building a recent version of asio ***" \
&& wget https://github.com/chriskohlhoff/asio/archive/
asio-1-12-2
.tar.gz \
&& tar -xvf
asio-1-12-2.tar.gz && cd asio-asio-1-12-2
/asio \
&& wget https://github.com/chriskohlhoff/asio/archive/
8087252a0c3c2f0baad96ddbd6554db17a846376
.tar.gz \
&& tar -xvf
8087252a0c3c2f0baad96ddbd6554db17a846376.tar.gz && cd asio-8087252a0c3c2f0baad96ddbd6554db17a846376
/asio \
&& ./autogen.sh && ./configure --prefix=/usr --without-boost \
&& make install \
&& cd ../../ && rm -rf asio*
...
...
This diff is collapsed.
Click to expand it.
docker/DockerfileDepsBionic
+
3
−
3
View file @
21c294f3
...
...
@@ -5,13 +5,13 @@ 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 cmake git wget libncurses5-dev libreadline-dev nettle-dev \
libgnutls28-dev libuv1-dev cython3 python3-dev python3-setuptools libcppunit-dev libjsoncpp-dev \
autotools-dev autoconf
libasio-dev
libfmt-dev libhttp-parser-dev libmsgpack-dev \
autotools-dev autoconf libfmt-dev libhttp-parser-dev libmsgpack-dev \
&& apt-get clean
# libasio-dev (1.10) is too old
RUN echo "** Building a recent version of asio ***" \
&& wget https://github.com/chriskohlhoff/asio/archive/
asio-1-12-2
.tar.gz \
&& tar -xvf
asio-1-12-2.tar.gz && cd asio-asio-1-12-2
/asio \
&& wget https://github.com/chriskohlhoff/asio/archive/
8087252a0c3c2f0baad96ddbd6554db17a846376
.tar.gz \
&& tar -xvf
8087252a0c3c2f0baad96ddbd6554db17a846376.tar.gz && cd asio-8087252a0c3c2f0baad96ddbd6554db17a846376
/asio \
&& ./autogen.sh && ./configure --prefix=/usr --without-boost \
&& make install \
&& cd ../../ && rm -rf asio*
...
...
This diff is collapsed.
Click to expand it.
docker/DockerfileDepsLlvm
+
2
−
2
View file @
21c294f3
...
...
@@ -26,8 +26,8 @@ RUN echo "*** Building nodejs/http_parser dependency ***" \
# libasio-dev (1.10.6-3) is too old
RUN echo "** Building a recent version of asio ***" \
&& wget https://github.com/chriskohlhoff/asio/archive/
asio-1-12-2
.tar.gz \
&& tar -xvf
asio-1-12-2.tar.gz && cd asio-asio-1-12-2
/asio \
&& wget https://github.com/chriskohlhoff/asio/archive/
8087252a0c3c2f0baad96ddbd6554db17a846376
.tar.gz \
&& tar -xvf
8087252a0c3c2f0baad96ddbd6554db17a846376.tar.gz && cd asio-8087252a0c3c2f0baad96ddbd6554db17a846376
/asio \
&& ./autogen.sh && ./configure --prefix=/usr --without-boost \
&& make install \
&& cd ../../ && rm -rf asio*
...
...
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