mirror of
https://github.com/embedd-actions/platformio-ci.git
synced 2024-12-25 16:32:25 +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 && \
|
||||
apt-get install \
|
||||
RUN apk update && \
|
||||
apt add \
|
||||
python3 \
|
||||
python3-pip \
|
||||
-y && \
|
||||
rm -rf /var/cache/apt && \
|
||||
pip3 install platformio
|
||||
py3-pip \
|
||||
&& \
|
||||
pip3 install platformio \
|
||||
&& \
|
||||
apk cache -v sync
|
||||
|
Loading…
Reference in New Issue
Block a user