“Instale o python3 e o python pip no docker” Respostas de código

Instale o python3 e o python pip no docker

Create Dockerfile : 

FROM python:3-alpine

RUN python -m pip install --upgrade pip

RUN pip3 install requests paho-mqtt

COPY NumSide.py /home/mehdi/Download/NumSide.py

CMD ["python","/home/mehdi/Download/NumSide.py"]
Sachin

Instale o Python3 no Dockerfile

RUN apk upgrade --update && apk add --no-cache python3 python3-dev
Energetic Echidna

Respostas semelhantes a “Instale o python3 e o python pip no docker”

Perguntas semelhantes a “Instale o python3 e o python pip no docker”

Mais respostas relacionadas para “Instale o python3 e o python pip no docker” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código