Skip to content
Merged
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
6 changes: 3 additions & 3 deletions containers/media-download.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /opt
LABEL com.theguardian.transcription-service.media-download-container="Media download container with yt-dlp, associated dependencies and media download app"

ARG node_version
ARG BGUTIL_YTDLP_POT_PROVIDER_VERSION=1.2.2
ARG BGUTIL_YTDLP_POT_PROVIDER_VERSION=1.3.0

RUN pip install --no-cache-dir -U "yt-dlp[default]"

Expand All @@ -16,8 +16,8 @@ RUN n $node_version
# Setup bgutil-ytdlp-pot-provider provider
RUN git clone --single-branch --branch ${BGUTIL_YTDLP_POT_PROVIDER_VERSION} https://github.com/Brainicism/bgutil-ytdlp-pot-provider.git
WORKDIR /opt/bgutil-ytdlp-pot-provider/server
RUN yarn install --frozen-lockfile
RUN yarn tsc
RUN npm ci
RUN npx tsc

WORKDIR /opt
# Install the bgutil-ytdlp-pot-provider plugin for yt-dlp
Expand Down
Loading