24
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ LABEL Version="1.0"
|
|
4 |
|
5 |
RUN apt-get update -y
|
6 |
|
7 |
-
RUN apt-get install -y python3-pip python3
|
8 |
|
9 |
COPY ./app /app
|
10 |
|
|
|
4 |
|
5 |
RUN apt-get update -y
|
6 |
|
7 |
+
RUN apt-get install -y python3-pip python3 build-essential
|
8 |
|
9 |
COPY ./app /app
|
10 |
|