Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate cue_file. #4205

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/debian/install
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
bin/liquidsoap usr/bin
bin/cue_file usr/bin
share/bash_completion/completions/liquidsoap etc/bash_completion.d
share/liquidsoap-lang/libs usr/share/liquidsoap
share/liquidsoap/camomile usr/share/liquidsoap
2 changes: 2 additions & 0 deletions .github/docker/Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ RUN apt-get update && apt install -y ca-certificates && \
apt-get update -oAcquire::AllowInsecureRepositories=true && \
apt-get install -y --allow-unauthenticated deb-multimedia-keyring

RUN apt-get install -y python3

COPY $DEB_FILE liquidsoap.deb
COPY $DEB_DEBUG_FILE liquidsoap-debug.deb

Expand Down
2 changes: 2 additions & 0 deletions .github/docker/Dockerfile.production-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ ARG APK_FILE

USER root

RUN apk add --no-cache --allow-untrusted ffmpeg python3

COPY $APK_FILE /tmp/liquidsoap.apk

RUN apk add --allow-untrusted --no-cache \
Expand Down
Loading
Loading