dockerfile: install missing boost libraries
This commit is contained in:
@ -6,28 +6,30 @@ MAINTAINER Christian Dietrich <stettberger@dokucode.de>
|
|||||||
# Install Packages required to build FAIL*
|
# Install Packages required to build FAIL*
|
||||||
RUN sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
|
RUN sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y \
|
RUN apt-get install -y \
|
||||||
binutils-dev \
|
binutils-dev \
|
||||||
build-essential \
|
build-essential \
|
||||||
cmake \
|
cmake \
|
||||||
git \
|
git \
|
||||||
libboost-regex-dev \
|
libboost-regex-dev \
|
||||||
libboost-system-dev \
|
libboost-system-dev \
|
||||||
libboost-thread-dev \
|
libboost-thread-dev \
|
||||||
libdwarf-dev \
|
libboost-coroutine-dev \
|
||||||
libelf-dev \
|
libboost-context-dev \
|
||||||
libfontconfig1-dev \
|
libdwarf-dev \
|
||||||
libiberty-dev \
|
libelf-dev \
|
||||||
libmysqlclient-dev \
|
libfontconfig1-dev \
|
||||||
libpcl1-dev \
|
libiberty-dev \
|
||||||
libprotobuf-dev \
|
libmysqlclient-dev \
|
||||||
libsvga1-dev \
|
libpcl1-dev \
|
||||||
llvm-3.4-dev \
|
libprotobuf-dev \
|
||||||
screen \
|
libsvga1-dev \
|
||||||
protobuf-compiler \
|
llvm-3.4-dev \
|
||||||
wget \
|
screen \
|
||||||
openssh-server \
|
protobuf-compiler \
|
||||||
vim \
|
wget \
|
||||||
|
openssh-server \
|
||||||
|
vim \
|
||||||
zlib1g-dev
|
zlib1g-dev
|
||||||
|
|
||||||
# Add a user for compiling FAIL*
|
# Add a user for compiling FAIL*
|
||||||
|
|||||||
Reference in New Issue
Block a user