2.7.15-ol-7-r0 release

Maintenance release
This commit is contained in:
Bitnami Bot
2018-06-05 13:16:13 +00:00
parent 6f5ce98ddd
commit a62e965555
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
FROM bitnami/oraclelinux-extras:7-r5
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
RUN install_packages build-essential bzip2-libs ca-certificates curl git glibc keyutils-libs krb5-libs libcom_err libselinux ncurses-libs nss-softokn-freebl openssl-libs pcre pkg-config readline sqlite unzip wget zlib
RUN bitnami-pkg install python-2.7.15-1 --checksum b68b70cfe101ab13fc94c774c62915ed44207261b6a5ee091f0b504a1d73e945
COPY rootfs /
ENV BITNAMI_APP_NAME="python" \
BITNAMI_IMAGE_VERSION="2.7.15-ol-7-r0" \
PATH="/opt/bitnami/python/bin:$PATH"
EXPOSE 8000
WORKDIR /app
ENTRYPOINT ["/app-entrypoint.sh"]
CMD ["python"]