mirror of
https://github.com/catspace-dev/unicheckbot.git
synced 2024-11-21 13:36:37 +03:00
cryptography module rust fix
see https://cryptography.io/en/latest/installation.html#rust
This commit is contained in:
parent
0649a1c3c9
commit
51fc561ef4
|
@ -5,7 +5,7 @@ ENV PYTHONDONTWRITEBYTECODE 1
|
|||
ENV PYTHONUNBUFFERED 1
|
||||
|
||||
RUN apk update \
|
||||
&& apk add gcc python3-dev musl-dev libffi-dev openssl-dev make
|
||||
&& apk add gcc python3-dev musl-dev libffi-dev openssl-dev make cargo
|
||||
|
||||
COPY . .
|
||||
WORKDIR tgbot/tgbot
|
||||
|
|
Loading…
Reference in New Issue
Block a user