UNCLASSIFIED

Commit 3035f83a authored by WingKwan Lau's avatar WingKwan Lau
Browse files

remove comments

parent 9d5bc5df
Pipeline #202003 passed with stages
in 21 minutes and 44 seconds
......@@ -20,24 +20,8 @@ ENV PYTHON_VERSION=3.6 \
# - Enable the virtual python environment and default interactive and non-interactive
# shell environment upon container startup
#ENV BASH_ENV=/usr/bin/py-enable \
# ENV=/usr/bin/py-enable \
ENV PROMPT_COMMAND=". /usr/bin/aap && unset PROMPT_COMMAND"
# ^^^ BASH_ENV and ENV provide the name of a startup file to read before bash is used to execute a script
# ^^^ Bash provides an environment variable called PROMPT_COMMAND. The contents of this variable are executed as a regular Bash command just before Bash displays a prompt.
# https://www.tldp.org/HOWTO/Bash-Prompt-HOWTO/x264.html
# https://www.gnu.org/software/bash/manual/html_node/Bash-Variables.html
# # # ENV SUMMARY="Platform for building and running Python $PYTHON_VERSION applications" \
# # # DESCRIPTION="Python $PYTHON_VERSION available as container is a base platform for \
# # # building and running various Python $PYTHON_VERSION applications and frameworks. \
# # # Python is an easy to learn, powerful programming language. It has efficient high-level \
# # # data structures and a simple but effective approach to object-oriented programming. \
# # # Python's elegant syntax and dynamic typing, together with its interpreted nature, \
# # # make it an ideal language for scripting and rapid application development in many areas \
# # # on most platforms."
# Copy extra files to the image.
COPY ./root /
RUN chmod a+x /usr/bin/container-entrypoint && \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment