shakhovak commited on
Commit
96fdf72
1 Parent(s): 4d9f091
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +1 -0
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.9-alpine
2
 
3
  WORKDIR /code
4
 
 
1
+ FROM python:3.9
2
 
3
  WORKDIR /code
4
 
requirements.txt CHANGED
@@ -9,3 +9,4 @@ MarkupSafe==2.1.3
9
  Werkzeug==3.0.1
10
  zipp==3.17.0
11
  gunicorn==20.1.0
 
 
9
  Werkzeug==3.0.1
10
  zipp==3.17.0
11
  gunicorn==20.1.0
12
+ requests==2.27.