soiz1 commited on
Commit
a0b68bb
·
verified ·
1 Parent(s): c4e9823

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -17,6 +17,8 @@ RUN apt-get update && \
17
 
18
  # Add the deadsnakes PPA to get Python 3.9
19
  RUN add-apt-repository ppa:deadsnakes/ppa
 
 
20
 
21
  # Install Python 3.9 and pip
22
  RUN apt-get update && \
 
17
 
18
  # Add the deadsnakes PPA to get Python 3.9
19
  RUN add-apt-repository ppa:deadsnakes/ppa
20
+ RUN export PATH=$PATH:/usr/local/bin/git
21
+
22
 
23
  # Install Python 3.9 and pip
24
  RUN apt-get update && \