Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -3,7 +3,8 @@ FROM python:3.10-slim
|
|
| 3 |
|
| 4 |
# Set the working directory inside the container
|
| 5 |
WORKDIR /app
|
| 6 |
-
|
|
|
|
| 7 |
# Install the mediaflow-proxy package
|
| 8 |
RUN pip install mediaflow-proxy
|
| 9 |
|
|
|
|
| 3 |
|
| 4 |
# Set the working directory inside the container
|
| 5 |
WORKDIR /app
|
| 6 |
+
RUN apt-get update && apt-get install -y git
|
| 7 |
+
RUN git clone https://github.com/UrloMythus/LoapTri/
|
| 8 |
# Install the mediaflow-proxy package
|
| 9 |
RUN pip install mediaflow-proxy
|
| 10 |
|