testing #11
1
.dockerignore
Normal file
1
.dockerignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
./venv/
|
@ -6,7 +6,7 @@ WORKDIR /usr/src/bot
|
|||||||
RUN apk update \
|
RUN apk update \
|
||||||
&& apk add \
|
&& apk add \
|
||||||
build-base \
|
build-base \
|
||||||
gcc \
|
gcc git openssh \
|
||||||
musl-dev \
|
musl-dev \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
py3-pip \
|
py3-pip \
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
#google-auth-httplib2
|
#google-auth-httplib2
|
||||||
#google-auth-oauthlib
|
#google-auth-oauthlib
|
||||||
bs4
|
bs4
|
||||||
|
requests
|
||||||
|
GitPython
|
||||||
lxml
|
lxml
|
||||||
peewee
|
peewee
|
||||||
aiogram
|
aiogram
|
||||||
|
Loading…
Reference in New Issue
Block a user