Skip to content

Commit 39a79d2

Browse files
authored
Merge pull request #8 from linuxserver/pip
Update pip
2 parents 6091954 + b5b3163 commit 39a79d2

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ RUN \
2525
else \
2626
LDAP_INSTALL="python-ldap==${LDAP_VERSION}"; \
2727
fi && \
28+
pip install -U --no-cache-dir \
29+
pip && \
2830
pip install -U --no-cache-dir \
2931
cryptography \
3032
${LDAP_INSTALL} && \

Dockerfile.aarch64

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ RUN \
2828
else \
2929
LDAP_INSTALL="python-ldap==${LDAP_VERSION}"; \
3030
fi && \
31+
pip install -U --no-cache-dir \
32+
pip && \
3133
pip install -U --no-cache-dir \
3234
cryptography \
3335
${LDAP_INSTALL} && \

Dockerfile.armhf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ RUN \
2828
else \
2929
LDAP_INSTALL="python-ldap==${LDAP_VERSION}"; \
3030
fi && \
31+
pip install -U --no-cache-dir \
32+
pip && \
3133
pip install -U --no-cache-dir \
3234
cryptography \
3335
${LDAP_INSTALL} && \

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ app_setup_block: |
3434
3535
# changelog
3636
changelogs:
37+
- { date: "18.09.18:", desc: "Update pip" }
3738
- { date: "14.09.18:", desc: "Add TZ parameter, remove unnecessary PUID/PGID params" }
3839
- { date: "11.08.18:", desc: "Initial release." }

0 commit comments

Comments
 (0)