2.7.18-debian-10-r272 release

This commit is contained in:
Bitnami Bot
2021-02-09 04:15:29 +00:00
parent 97a01c7cf5
commit b9b53aadfb
2 changed files with 2 additions and 4 deletions

View File

@@ -12,14 +12,12 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
echo "628dbe1685e75f1db52983a894598a9384134b510501a09267fbb14ff070ff68 /tmp/bitnami/pkg/cache/python-2.7.18-12-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/python-2.7.18-12-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/python-2.7.18-12-linux-amd64-debian-10.tar.gz
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
sed -i 's/^PASS_MIN_DAYS.*/PASS_MIN_DAYS 0/' /etc/login.defs && \
sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password
ENV BITNAMI_APP_NAME="python" \
BITNAMI_IMAGE_VERSION="2.7.18-debian-10-r271" \
BITNAMI_IMAGE_VERSION="2.7.18-debian-10-r272" \
PATH="/opt/bitnami/python/bin:$PATH"
EXPOSE 8000