mirror of
https://github.com/linuxserver/docker-tautulli.git
synced 2026-02-20 01:07:48 +08:00
Merge pull request #110 from linuxserver/pip
don't clean up py3-pip (breaks later pip installs)
This commit is contained in:
commit
fc4ccc1cc4
@ -16,18 +16,18 @@ RUN \
|
||||
g++ \
|
||||
gcc \
|
||||
make \
|
||||
py3-pip \
|
||||
python3-dev && \
|
||||
echo "**** install packages ****" && \
|
||||
apk add --no-cache \
|
||||
curl \
|
||||
jq \
|
||||
py3-openssl \
|
||||
py3-pip \
|
||||
py3-setuptools \
|
||||
python3 && \
|
||||
echo "**** install pip packages ****" && \
|
||||
python3 -m pip install --upgrade pip && \
|
||||
pip3 install --no-cache-dir -U \
|
||||
python3 -m pip install --upgrade pip wheel && \
|
||||
pip install --no-cache-dir -U \
|
||||
mock \
|
||||
plexapi \
|
||||
pycryptodomex && \
|
||||
|
||||
@ -16,18 +16,18 @@ RUN \
|
||||
g++ \
|
||||
gcc \
|
||||
make \
|
||||
py3-pip \
|
||||
python3-dev && \
|
||||
echo "**** install packages ****" && \
|
||||
apk add --no-cache \
|
||||
curl \
|
||||
jq \
|
||||
py3-openssl \
|
||||
py3-pip \
|
||||
py3-setuptools \
|
||||
python3 && \
|
||||
echo "**** install pip packages ****" && \
|
||||
python3 -m pip install --upgrade pip && \
|
||||
pip3 install --no-cache-dir -U \
|
||||
python3 -m pip install --upgrade pip wheel && \
|
||||
pip install --no-cache-dir -U \
|
||||
mock \
|
||||
plexapi \
|
||||
pycryptodomex && \
|
||||
|
||||
@ -16,18 +16,18 @@ RUN \
|
||||
g++ \
|
||||
gcc \
|
||||
make \
|
||||
py3-pip \
|
||||
python3-dev && \
|
||||
echo "**** install packages ****" && \
|
||||
apk add --no-cache \
|
||||
curl \
|
||||
jq \
|
||||
py3-openssl \
|
||||
py3-pip \
|
||||
py3-setuptools \
|
||||
python3 && \
|
||||
echo "**** install pip packages ****" && \
|
||||
python3 -m pip install --upgrade pip && \
|
||||
pip3 install --no-cache-dir -U \
|
||||
python3 -m pip install --upgrade pip wheel && \
|
||||
pip install --no-cache-dir -U \
|
||||
mock \
|
||||
plexapi \
|
||||
pycryptodomex && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user