This repository was archived by the owner on Aug 25, 2023. It is now read-only.
File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 25
25
libffi \
26
26
libressl \
27
27
python2 && \
28
- curl -o /tmp/get-pip.py https://bootstrap.pypa.io/pip/2.7/get-pip.py && \
28
+ # install pip
29
+ curl -o /tmp/get-pip.py https://bootstrap.pypa.io/pip/2.7/get-pip.py && \
29
30
python /tmp/get-pip.py && \
30
31
# install nntp2nntp via pip package manager
31
32
if [ -z ${NNTP2NNTP_RELEASE+x} ]; then \
Original file line number Diff line number Diff line change 25
25
libffi \
26
26
libressl \
27
27
python2 && \
28
+ # install pip
29
+ curl -o /tmp/get-pip.py https://bootstrap.pypa.io/pip/2.7/get-pip.py && \
30
+ python /tmp/get-pip.py && \
28
31
# install nntp2nntp via pip package manager
29
32
if [ -z ${NNTP2NNTP_RELEASE+x} ]; then \
30
33
NNTP2NNTP_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/nntp2nntp/releases/latest" \
Original file line number Diff line number Diff line change 25
25
libffi \
26
26
libressl \
27
27
python2 && \
28
+ # install pip
29
+ curl -o /tmp/get-pip.py https://bootstrap.pypa.io/pip/2.7/get-pip.py && \
30
+ python /tmp/get-pip.py && \
28
31
# install nntp2nntp via pip package manager
29
32
if [ -z ${NNTP2NNTP_RELEASE+x} ]; then \
30
33
NNTP2NNTP_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/nntp2nntp/releases/latest" \
You can’t perform that action at this time.
0 commit comments