wesslen commited on
Commit
7ff797d
1 Parent(s): 9773321

remove sudo from dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM python:3.9
3
  #COPY requirements.txt /app/
4
  WORKDIR /app
5
 
6
- RUN sudo apt-get install -y sqlite3 libsqlite3-dev
7
 
8
  RUN --mount=type=secret,id=LICENSE_KEY,mode=0444,required=true \
9
  pip install --upgrade pip \
 
3
  #COPY requirements.txt /app/
4
  WORKDIR /app
5
 
6
+ RUN apt-get install -y sqlite3 libsqlite3-dev
7
 
8
  RUN --mount=type=secret,id=LICENSE_KEY,mode=0444,required=true \
9
  pip install --upgrade pip \