Skip to content

Commit

Permalink
Re-add required dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
taskinen committed Dec 15, 2023
1 parent 47cc857 commit a7ec5f1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ LABEL maintainer="Timo Taskinen <[email protected]>"
RUN apk update && apk add --no-cache \
bash \
ffmpeg \
gcc \
libffi-dev \
libxml2-dev \
libxslt-dev \
make \
musl-dev \
pipx \
python3 \
python3-dev \
wget

RUN pipx install yle-dl
Expand Down

0 comments on commit a7ec5f1

Please sign in to comment.