chore: remove music module
This commit is contained in:
parent
10e13f6140
commit
558625b4ec
5 changed files with 77 additions and 2574 deletions
|
|
@ -32,10 +32,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
|
|||
FROM alpine:latest AS final
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache ffmpeg python3 curl libstdc++ \
|
||||
&& curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp \
|
||||
&& chmod a+rx /usr/local/bin/yt-dlp \
|
||||
&& apk del curl
|
||||
RUN apk add --no-cache python3 libstdc++
|
||||
|
||||
COPY --from=builder /app/dist/professor ./splatie
|
||||
ENTRYPOINT ["./splatie"]
|
||||
Loading…
Reference in a new issue