LDJA commited on
Commit
89b6ceb
1 Parent(s): 57d2cd8
Files changed (1) hide show
  1. 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-dev build-essential
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