FROM debian:latest
RUN apt-get update
RUN apt-get install -y python python-pip wget curl net-tools nano mosquitto-clients
RUN pip install paho-mqtt
RUN pip install phpserialize
RUN curl -sSL https://get.docker.com | sh
RUN usermod -aG docker root
WORKDIR /root
Content type
Image
Digest
Size
358.8 MB
Last updated
almost 7 years ago
docker pull stevenli2019/python_mqtt_docker:win