Merge pull request #30 from gizmoguy/docker-deps

Install libeigen3-dev during docker build.
pull/31/head
bert hubert 2019-10-28 09:09:29 +01:00 committed by GitHub
commit d0a652a0c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RUN sed -i "s%http://archive.ubuntu.com/ubuntu/%${APT_URL}%" /etc/apt/sources.li
# Update packages and install dependencies
RUN apt-get update && apt-get -y upgrade && apt-get -y clean
RUN apt-get install -y protobuf-compiler libh2o-dev libcurl4-openssl-dev \
libssl-dev libprotobuf-dev libh2o-evloop-dev libwslay-dev \
libssl-dev libprotobuf-dev libh2o-evloop-dev libwslay-dev libeigen3-dev \
make gcc g++ build-essential curl autoconf automake libfmt-dev libncurses5-dev \
&& apt-get -y clean