Use python:3.10-slim
This commit is contained in:
parent
3ec3b3cd99
commit
f197b75744
@ -1,7 +1,6 @@
|
||||
FROM python:3.10-alpine
|
||||
FROM python:3.10-slim
|
||||
|
||||
WORKDIR /srv/flask_app
|
||||
RUN apk add build-base jpeg-dev zlib-dev musl-dev linux-headers g++
|
||||
|
||||
COPY telegram_bot/requirements.txt /srv/flask_app/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user