mirror of
https://github.com/embedd-actions/platformio-ci.git
synced 2025-07-04 08:55:45 +03:00
Update Dockerfile
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user