Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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 && \
|