💚 Fix ARM build
This commit is contained in:
parent
a4c1456f99
commit
fc0728c756
2 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,8 @@ FROM python:3.12-alpine
|
|||
|
||||
WORKDIR /bot
|
||||
|
||||
RUN apk update && apk add python3-dev gcc libc-dev
|
||||
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue