Added pkg-config to the PHP extentions and Tools that are installed from APT
This commit is contained in:
parent
2799a94a9f
commit
a96ee88692
@ -47,7 +47,8 @@ RUN apt-get update && apt-get install -y --force-yes \
|
|||||||
git \
|
git \
|
||||||
curl \
|
curl \
|
||||||
vim \
|
vim \
|
||||||
nano
|
nano \
|
||||||
|
pkg-config
|
||||||
|
|
||||||
# Clean up, to free some space
|
# Clean up, to free some space
|
||||||
RUN apt-get clean
|
RUN apt-get clean
|
||||||
|
Loading…
Reference in New Issue
Block a user