ahmedzein commited on
Commit
4833179
·
verified ·
1 Parent(s): b0e6825

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ WORKDIR /usr/src/app
5
  # RUN add-apt-repository main
6
  RUN apt-get update
7
  # RUN apt-get install -y libgl1-mesa-glx
8
- RUN sudo apt install -y python3-pip
9
 
10
  COPY requirements.txt .
11
 
 
5
  # RUN add-apt-repository main
6
  RUN apt-get update
7
  # RUN apt-get install -y libgl1-mesa-glx
8
+ RUN apt install -y python3-pip
9
 
10
  COPY requirements.txt .
11