requirements fix

This commit is contained in:
2022-10-12 23:45:58 +03:00
parent b717c032aa
commit a5b26beba0
3 changed files with 4 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ WORKDIR /usr/src/bot
RUN apk update \
&& apk add \
build-base \
gcc \
gcc git openssh \
musl-dev \
python3-dev \
py3-pip \