mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
add missing libraries
This commit is contained in:
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 \
|
||||
|
Loading…
Reference in New Issue
Block a user