mirror of
https://github.com/fergalmoran/dss.radio.git
synced 2025-12-22 09:48:21 +00:00
Missing packages
This commit is contained in:
@@ -5,7 +5,8 @@ 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 git && \
|
apt-get -qq -y install icecast2 python-setuptools python-pip pkg-config git \
|
||||||
|
libcurl4-openssl-dev libshout3 libshout3-dev && \
|
||||||
apt-get clean
|
apt-get clean
|
||||||
|
|
||||||
RUN easy_install supervisor && \
|
RUN easy_install supervisor && \
|
||||||
|
|||||||
Reference in New Issue
Block a user