Kripton12 commited on
Commit
761014d
·
verified ·
1 Parent(s): 362dd05

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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