Skip to content

Commit

Permalink
Update Dockerfile to install python3-lxml
Browse files Browse the repository at this point in the history
  • Loading branch information
wuast94 committed Apr 26, 2024
1 parent 71bdf9d commit 1d707ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ RUN apk update && apk add --no-cache \
libxml2-dev \
libxslt-dev \
build-base \
python3-dev
python3-dev \
python3-lxml

# Install streamlink using pip
RUN pip3 install streamlink
Expand Down

0 comments on commit 1d707ff

Please sign in to comment.