ahmedzein commited on
Commit
26b45e0
·
verified ·
1 Parent(s): 7ceaaf7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -5,8 +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 apt install -y python3-pip
9
- RUN apt install python3-venv
10
  RUN python3 -m venv .venv
11
  RUN source .venv/bin/activate
12
 
 
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 python3-venv
 
9
  RUN python3 -m venv .venv
10
  RUN source .venv/bin/activate
11