We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d7969 commit 201bebfCopy full SHA for 201bebf
.gitignore
@@ -0,0 +1 @@
1
+.idea
Dockerfile
@@ -0,0 +1,10 @@
+FROM ubuntu:20.04
2
+
3
+MAINTAINER reef-beat@esolutions.ro
4
5
+#install python
6
+RUN apt-get update && apt-get install -y python3 python3-pip
7
8
+#install platformio
9
+RUN pip3 install platformio
10
+RUN echo $(pio --version)
0 commit comments