kamicrafted commited on
Commit
d180083
·
verified ·
1 Parent(s): 29f13c1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  FROM python:3.10-slim-buster
2
 
3
- RUN python --version
 
4
 
5
  WORKDIR /app
6
 
 
1
  FROM python:3.10-slim-buster
2
 
3
+ RUN python3 -m pip install --user --upgrade pip
4
+ RUN python3 -m pip install --user virtualenv
5
 
6
  WORKDIR /app
7