瀏覽代碼

Merge pull request #165 from orette/mongodb-library-fix

Added pkg-config to the PHP extentions and Tools that are installed from APT
Mahmoud Zalt 8 年之前
父節點
當前提交
d6329c26b3
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      workspace/Dockerfile

+ 3 - 2
workspace/Dockerfile

@@ -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
@@ -93,4 +94,4 @@ WORKDIR /var/www/laravel
 ARG INSTALL_PRESTISSIMO=false
 RUN if [ "$INSTALL_PRESTISSIMO" = true ] ; then \
         composer global require "hirak/prestissimo:^0.3"; \
-    fi
+    fi