Fixed bot dockerfile
This commit is contained in:
parent
a5f031b009
commit
169dd41bcd
@ -1,6 +1,7 @@
|
|||||||
FROM python:3.10-alpine
|
FROM python:3.10-alpine
|
||||||
|
|
||||||
WORKDIR /srv/flask_app
|
WORKDIR /srv/flask_app
|
||||||
|
RUN apk add build-base jpeg-dev zlib-dev
|
||||||
|
|
||||||
COPY telegram_bot/requirements.txt /srv/flask_app/
|
COPY telegram_bot/requirements.txt /srv/flask_app/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user