kamicrafted commited on
Commit
2bc3bad
·
verified ·
1 Parent(s): d180083

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -1,8 +1,5 @@
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
 
8
  RUN apt-get update && apt-get install -y git
 
1
  FROM python:3.10-slim-buster
2
 
 
 
 
3
  WORKDIR /app
4
 
5
  RUN apt-get update && apt-get install -y git