mirror of
https://github.com/embedd-actions/platformio-ci.git
synced 2024-12-26 00:42:16 +03:00
Update Dockerfile
This commit is contained in:
parent
87d2468313
commit
228c883347
15
Dockerfile
15
Dockerfile
@ -1,9 +1,10 @@
|
|||||||
FROM debian:stable-slim
|
FROM alpine:latest
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apk update && \
|
||||||
apt-get install \
|
apt add \
|
||||||
python3 \
|
python3 \
|
||||||
python3-pip \
|
py3-pip \
|
||||||
-y && \
|
&& \
|
||||||
rm -rf /var/cache/apt && \
|
pip3 install platformio \
|
||||||
pip3 install platformio
|
&& \
|
||||||
|
apk cache -v sync
|
||||||
|
Loading…
Reference in New Issue
Block a user