mirror of
https://github.com/bitnami/containers.git
synced 2026-03-08 10:47:20 +08:00
2.7.17-ol-7-r95 release
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
FROM bitnami/oraclelinux-runtimes:7-r564
|
||||
FROM oraclelinux:7-slim
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages bzip2-libs ca-certificates curl gcc gcc-c++ git glibc keyutils-libs krb5-libs libcom_err libselinux libtool make ncurses-libs nss-softokn-freebl openssl-libs patch pcre pkgconfig readline sqlite unzip wget zlib
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-2.7.17-1-linux-x86_64-ol-7.tar.gz && \
|
||||
echo "764d5a1d70462980aedd371c7062c517055dabcb386805cc7c7d208219633ad7 /tmp/bitnami/pkg/cache/python-2.7.17-1-linux-x86_64-ol-7.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-2.7.17-1-linux-x86_64-ol-7.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-2.7.17-1-linux-x86_64-ol-7.tar.gz
|
||||
RUN yum upgrade -y && \
|
||||
rm -r /var/cache/yum
|
||||
|
||||
ENV BITNAMI_APP_NAME="python" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.17-ol-7-r94" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.17-ol-7-r95" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
Reference in New Issue
Block a user