Pendrokar commited on
Commit
6f1fdf6
β€’
1 Parent(s): 9118477

dockerfile: auto-yes

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.10
5
  RUN apt-get update
6
  RUN apt-get upgrade
7
 
8
- RUN apt-get install build-essential python3-dev
9
 
10
  WORKDIR /code
11
 
 
5
  RUN apt-get update
6
  RUN apt-get upgrade
7
 
8
+ RUN apt-get -y install build-essential python3-dev
9
 
10
  WORKDIR /code
11