cryptography module rust fix

see https://cryptography.io/en/latest/installation.html#rust
This commit is contained in:
kiriharu 2021-02-19 00:13:44 +03:00 committed by GitHub
parent 0649a1c3c9
commit 51fc561ef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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