initial commit
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM python:3.7
|
||||
MAINTAINER Alex Danamir <danamir522@gmail.com>
|
||||
RUN mkdir /home/savebot
|
||||
COPY . /home/savebot
|
||||
WORKDIR /home/savebot
|
||||
RUN python -m pip install vk_api
|
||||
RUN python -m pip install pdfkit
|
||||
RUN python -m pip install pyvirtualdisplay
|
||||
Reference in New Issue
Block a user