mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2026-05-06 16:53:34 +02:00
4 lines
66 B
Docker
4 lines
66 B
Docker
FROM python:3.6-stretch as builder
|
|
|
|
RUN pip install -U platformio
|