1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00:00

add missing libraries

This commit is contained in:
kev 2015-08-15 09:55:59 +08:00
parent e5b80df329
commit cfcb6234a3

@ -10,11 +10,17 @@ RUN apt-get update \
g++ \
gcc \
git-core \
libboost-filesystem1.54.0 \
libboost-filesystem-dev \
libboost-program-options1.54.0 \
libboost-program-options-dev \
libboost-regex1.54.0 \
libboost-regex-dev \
libgd2-xpm-dev \
libgd3 \
libmad0 \
libmad0-dev \
libsndfile1 \
libsndfile1-dev \
make \
unzip \