Skip to content

Commit

Permalink
Update Dockerfile to install py3-pycryptodome
Browse files Browse the repository at this point in the history
  • Loading branch information
wuast94 committed Apr 26, 2024
1 parent 034b231 commit 9576143
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 @@ -13,7 +13,8 @@ RUN apk update && apk add --no-cache \
libxslt-dev \
build-base \
python3-dev \
py3-lxml
py3-lxml \
py3-pycryptodome

# Install streamlink using pip
RUN pip3 install streamlink
Expand Down

0 comments on commit 9576143

Please sign in to comment.