Merge pull request #165 from orette/mongodb-library-fix
Added pkg-config to the PHP extentions and Tools that are installed from APT
This commit is contained in:
commit
d6329c26b3
|
@ -47,7 +47,8 @@ RUN apt-get update && apt-get install -y --force-yes \
|
|||
git \
|
||||
curl \
|
||||
vim \
|
||||
nano
|
||||
nano \
|
||||
pkg-config
|
||||
|
||||
# Clean up, to free some space
|
||||
RUN apt-get clean
|
||||
|
|
Loading…
Reference in New Issue