Skip to content

Commit 7fb1e70

Browse files
committed
- added git
1 parent 201bebf commit 7fb1e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:20.04
33
MAINTAINER reef-beat@esolutions.ro
44

55
#install python
6-
RUN apt-get update && apt-get install -y python3 python3-pip
6+
RUN apt-get update && apt-get install -y git python3 python3-pip
77

88
#install platformio
99
RUN pip3 install platformio

0 commit comments

Comments
 (0)