Skip to content

Commit

Permalink
🚑 Fix SSL
Browse files Browse the repository at this point in the history
closes #53
  • Loading branch information
frenck committed Feb 25, 2020
1 parent c5ec197 commit bd03e59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions tautulli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ RUN \
apk add --no-cache --virtual .build-dependencies \
g++=9.2.0-r3 \
gcc=9.2.0-r3 \
make=4.2.1-r2 \
python2-dev=2.7.16-r3 \
libffi-dev=3.2.1-r6 \
libressl-dev=3.0.2-r0 \
make=4.2.1-r2 \
python2-dev=2.7.16-r3 \
\
&& apk add --no-cache \
git=2.24.1-r0 \
python2=2.7.16-r3 \
libressl=3.0.2-r0 \
py2-pip=18.1-r0 \
python2=2.7.16-r3 \
wget=1.20.3-r0 \
py-openssl=19.1.0-r0 \
\
&& pip install --no-cache-dir -U -r /tmp/requirements.txt \
\
Expand Down
3 changes: 2 additions & 1 deletion tautulli/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
plexapi==3.3.0
pycryptodomex==3.9.7
crudini==0.9
crudini==0.9
pyOpenSSL==19.1.0

0 comments on commit bd03e59

Please sign in to comment.