Added git

This commit is contained in:
Fergal Moran
2015-09-22 23:26:03 +01:00
parent 3c1df3ce43
commit 2468e30da5

View File

@@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive
RUN mkdir /code RUN mkdir /code
RUN apt-get -qq -y update && \ RUN apt-get -qq -y update && \
apt-get -qq -y install icecast2 python-setuptools python-pip && \ apt-get -qq -y install icecast2 python-setuptools python-pip git && \
apt-get clean apt-get clean
RUN easy_install supervisor && \ RUN easy_install supervisor && \