Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
17 |
&& rm -rf /var/lib/apt/lists/*
|
18 |
|
19 |
COPY requirements.txt .
|
20 |
-
RUN pip3 install -r requirements.txt
|
21 |
RUN pip3 list
|
22 |
|
23 |
# RUN useradd -m -u 1000 user
|
|
|
17 |
&& rm -rf /var/lib/apt/lists/*
|
18 |
|
19 |
COPY requirements.txt .
|
20 |
+
RUN pip3 install --break-system-packages -r requirements.txt
|
21 |
RUN pip3 list
|
22 |
|
23 |
# RUN useradd -m -u 1000 user
|