mirror of
https://github.com/bitnami/containers.git
synced 2026-03-04 23:07:28 +08:00
3.7.6-debian-10-r21-prod release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/python:3.7.6-debian-10-r19 as development
|
||||
FROM bitnami/python:3.7.6-debian-10-r21 as development
|
||||
|
||||
######
|
||||
|
||||
@@ -6,7 +6,7 @@ FROM bitnami/minideb:buster
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl libbz2-1.0 libc6 libffi6 libncursesw6 libreadline7 libsqlite3-0 libssl1.1 libtinfo6 procps sudo unzip zlib1g
|
||||
RUN install_packages ca-certificates curl libbz2-1.0 libc6 libffi6 liblzma5 libncursesw6 libreadline7 libsqlite3-0 libssl1.1 libtinfo6 procps sudo unzip zlib1g
|
||||
RUN apt-get update && apt-get upgrade && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
|
||||
@@ -16,7 +16,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
|
||||
COPY --from=development /opt/bitnami/python /opt/bitnami/python
|
||||
|
||||
ENV BITNAMI_APP_NAME="python" \
|
||||
BITNAMI_IMAGE_VERSION="3.7.6-debian-10-r20-prod" \
|
||||
BITNAMI_IMAGE_VERSION="3.7.6-debian-10-r21-prod" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
CMD [ "python" ]
|
||||
|
||||
Reference in New Issue
Block a user