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
7f7570cb39
commit
2a1995727a
15
Dockerfile
15
Dockerfile
@ -1,10 +1,9 @@
|
|||||||
FROM alpine:latest
|
FROM node:16-bullseye
|
||||||
|
|
||||||
RUN apk update && \
|
RUN apt-get update && \
|
||||||
apk add \
|
apt-get install \
|
||||||
python3 \
|
python3 \
|
||||||
py3-pip \
|
python3-pip \
|
||||||
&& \
|
-y && \
|
||||||
pip3 install platformio \
|
rm -rf /var/cache/apt && \
|
||||||
&& \
|
pip3 install platformio
|
||||||
apk cache -v sync
|
|
||||||
|
Loading…
Reference in New Issue
Block a user