Skip to content
Snippets Groups Projects
Commit beafee0b authored by Jonas Leder's avatar Jonas Leder
Browse files

install zeroconf as apk packages

parent ba3e46fe
No related branches found
No related tags found
No related merge requests found
FROM python:3 FROM python:3
RUN pip install -U platformio RUN apk add --no-cache py3-zeroconf && \
\ No newline at end of file pip install -U platformio
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment