
To build the python image, BUILD_PYTHON_IMAGE should be set during make. When the addon script is running, it will check if python is installed on the machine, if not, it will use the python image that built previously.
4 lines
45 B
Docker
4 lines
45 B
Docker
FROM python:2.7-slim
|
|
|
|
RUN pip install pyyaml
|