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 \
|
||||
&& apk add \
|
||||
build-base \
|
||||
gcc \
|
||||
gcc git openssh \
|
||||
musl-dev \
|
||||
python3-dev \
|
||||
py3-pip \
|
||||
|
@ -2,6 +2,8 @@
|
||||
#google-auth-httplib2
|
||||
#google-auth-oauthlib
|
||||
bs4
|
||||
requests
|
||||
GitPython
|
||||
lxml
|
||||
peewee
|
||||
aiogram
|
||||
|
Loading…
Reference in New Issue
Block a user