annah
0
Q:

install python in dockerfile

FROM python:3

ADD my_script.py /

RUN pip install pystrich

CMD [ "python", "./my_script.py" ]
1
RUN apt-get update
RUN apt-get install python
0

New to Communities?

Join the community