This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -5,6 +5,10 @@ ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y ffmpeg liquidsoap
|
||||
|
||||
RUN curl -fsSL https://deno.land/install.sh | sh
|
||||
ENV DENO_INSTALL="/$HOME/.deno"
|
||||
ENV PATH="$DENO_INSTALL/bin:$PATH"
|
||||
|
||||
WORKDIR /
|
||||
|
||||
RUN adduser zambla
|
||||
@@ -13,13 +17,10 @@ COPY radio.liq /opt/radio.liq
|
||||
COPY yt_sync.py /opt
|
||||
COPY ultrasync.sh /opt
|
||||
COPY je_te_met_en_pls.py /opt
|
||||
COPY met_extractor.py /opt
|
||||
COPY www /var/www
|
||||
|
||||
RUN curl -fsSL https://deno.land/install.sh | sh
|
||||
ENV DENO_INSTALL="/$HOME/.deno"
|
||||
ENV PATH="$DENO_INSTALL/bin:$PATH"
|
||||
|
||||
RUN chmod +x /opt/yt_sync.py /opt/ultrasync.sh /opt/je_te_met_en_pls.py
|
||||
RUN chmod +x /opt/yt_sync.py /opt/ultrasync.sh /opt/je_te_met_en_pls.py /opt/met_extractor.py
|
||||
|
||||
RUN mkdir -p /songs /jingles /air-support /var/log/liquidsoap
|
||||
|
||||
|
||||
Reference in New Issue
Block a user