From 9e24158da5e55d90ddeeaf0b1742790ac948a846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Germon?= Date: Thu, 17 Sep 2015 14:21:29 +0200 Subject: [PATCH] Install npm on php container --- php/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php/Dockerfile b/php/Dockerfile index e1bd331..d4ab388 100644 --- a/php/Dockerfile +++ b/php/Dockerfile @@ -9,6 +9,8 @@ RUN apt-get update && \ git-core \ imagemagick \ make \ + nodejs-legacy \ + npm \ php-apc \ php5-cli \ php5-curl \