mirror of
https://github.com/catspace-dev/unicheckbot.git
synced 2024-11-22 05:46:33 +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
|
ENV PYTHONUNBUFFERED 1
|
||||||
|
|
||||||
RUN apk update \
|
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 . .
|
COPY . .
|
||||||
WORKDIR tgbot/tgbot
|
WORKDIR tgbot/tgbot
|
||||||
|
|
Loading…
Reference in New Issue
Block a user