Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DaCHack authored Feb 12, 2024
1 parent 09fa894 commit dc855f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ RUN packages=" \
apt install -y $packages

# Add python for netflix plugin
RUN apt install python3-pip python3-cryptography build-essential python3-all-dev \
RUN apt -y install python3-pip python3-cryptography build-essential python3-all-dev \
python3-setuptools python3-wheel && \
pip install --break-system-packages pycryptodomex && \
ln -s /usr/lib/python3/dist-packages/Crypto /usr/lib/python3/dist-packages/Cryptodome && \
Expand Down

0 comments on commit dc855f0

Please sign in to comment.