Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -17,8 +17,6 @@ ENV PATH="/home/mediaflow_proxy/.local/bin:$PATH"
|
|
| 17 |
|
| 18 |
# Switch to non-root user
|
| 19 |
USER mediaflow_proxy
|
| 20 |
-
RUN apt-get update && apt-get install -y git
|
| 21 |
-
RUN git clone https://github.com/mhdzumair/mediaflow-proxy.git
|
| 22 |
|
| 23 |
# Install Poetry
|
| 24 |
RUN pip install --user --no-cache-dir poetry
|
|
|
|
| 17 |
|
| 18 |
# Switch to non-root user
|
| 19 |
USER mediaflow_proxy
|
|
|
|
|
|
|
| 20 |
|
| 21 |
# Install Poetry
|
| 22 |
RUN pip install --user --no-cache-dir poetry
|