2.7.17-debian-10-r53 release

This commit is contained in:
Bitnami Bot
2020-03-20 21:31:04 +00:00
parent a489c27ea5
commit 0c850934bf
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
FROM bitnami/minideb:buster
LABEL maintainer "Bitnami <containers@bitnami.com>"
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages build-essential ca-certificates curl git libbz2-1.0 libc6 libncursesw6 libreadline7 libsqlite3-0 libsqlite3-dev libssl-dev libssl1.1 libtinfo6 pkg-config procps sudo unzip wget zlib1g
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-2.7.17-2-linux-amd64-debian-10.tar.gz && \
@@ -13,9 +14,8 @@ 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
COPY rootfs /
ENV BITNAMI_APP_NAME="python" \
BITNAMI_IMAGE_VERSION="2.7.17-debian-10-r52" \
BITNAMI_IMAGE_VERSION="2.7.17-debian-10-r53" \
PATH="/opt/bitnami/python/bin:$PATH"
EXPOSE 8000