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