fix(build): add python as build dependency

This commit is contained in:
mbilker 2016-02-15 20:05:01 -05:00
parent eb2f45534e
commit 37005ca80b

View file

@ -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