mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-16 10:04:30 +01:00
4 lines
66 B
Docker
4 lines
66 B
Docker
FROM python:3.6-stretch as builder
|
|
|
|
RUN pip install -U platformio
|