mirror of
https://github.com/bitnami/containers.git
synced 2026-02-25 07:37:32 +08:00
Modified per feedback
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
|
||||
FROM bitnami/python:2.7.15-debian-8-r66 as development
|
||||
|
||||
FROM bitnami/minideb-runtimes:jessie
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
COPY --from=development /opt/bitnami/python /opt/bitnami/python
|
||||
|
||||
ENV BITNAMI_APP_NAME="python" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.15-debian-8-r66" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
CMD ["python"]
|
||||
Reference in New Issue
Block a user