Commit cedb334d authored by 簡碩辰's avatar 簡碩辰

Delete Dockerfile

parent 13cbec0d
FROM raspbian/jessie
RUN apt update
RUN apt install -y python3-dev python3-pip
RUN rm -r /var/lib/apt/lists/*
RUN pip3 install --upgrade pip
RUN pip3 install websocket-client==0.40.0
RUN pip3 install docker
RUN pip3 install paho-mqtt
COPY run.py run.py
CMD python3 run.py
\ No newline at end of file
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