Skip to content

Commit 201bebf

Browse files
committed
- added Dockerfile
1 parent 27d7969 commit 201bebf

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea

Dockerfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
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

Comments
 (0)