From 3ad11b011d650e22a36dc37533d7a9985fb3d53f Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Tue, 22 Sep 2015 23:46:13 +0100 Subject: [PATCH] Missing packages --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 770535e..0011b57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,8 @@ ENV DEBIAN_FRONTEND noninteractive RUN mkdir /code RUN apt-get -qq -y update && \ - apt-get -qq -y install icecast2 python-setuptools python-pip git && \ + apt-get -qq -y install icecast2 python-setuptools python-pip pkg-config git \ + libcurl4-openssl-dev libshout3 libshout3-dev && \ apt-get clean RUN easy_install supervisor && \