From 37005ca80b669417677a88850468ff58914b8620 Mon Sep 17 00:00:00 2001 From: mbilker Date: Mon, 15 Feb 2016 20:05:01 -0500 Subject: [PATCH] fix(build): add python as build dependency --- docker/ubuntu32/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/ubuntu32/Dockerfile b/docker/ubuntu32/Dockerfile index 9784b3fe2..d4596c263 100644 --- a/docker/ubuntu32/Dockerfile +++ b/docker/ubuntu32/Dockerfile @@ -18,8 +18,9 @@ RUN /usr/bin/touch /etc/init.d/systemd-logind # Install dependencies (NodeSource setup runs `apt-get update` for us) RUN apt-get -y install \ build-essential \ - git \ fakeroot \ + git \ + python \ rpm \ nodejs