Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -4,8 +4,8 @@ WORKDIR /usr/src/app
|
|
4 |
|
5 |
RUN apt-get update
|
6 |
|
7 |
-
RUN apt install -y python3-pip
|
8 |
-
RUN rm /usr/lib/python3.*/EXTERNALLY-MANAGED
|
9 |
|
10 |
|
11 |
COPY requirements.txt .
|
|
|
4 |
|
5 |
RUN apt-get update
|
6 |
|
7 |
+
# RUN apt install -y python3-pip
|
8 |
+
# RUN rm /usr/lib/python3.*/EXTERNALLY-MANAGED
|
9 |
|
10 |
|
11 |
COPY requirements.txt .
|