Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Randi356 authored May 28, 2022
1 parent 4d6492e commit 71b9167
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# create docker image build
FROM rendyprojects/vegeta-userbot:dev
FROM rendyprojects/killerx-userbot:buster

# credit my owner @FFmpegNotInstalled
# from hub.docker.com
# don't remove credit fuck :)

RUN git clone -b Vegeta-Userbot https://github.com/Randi356/Vegeta-Userbot /root/userbot
RUN git clone -b KillerX-Userbot https://github.com/Randi356/KillerX-Userbot /root/userbot
RUN mkdir /root/userbot/.bin
RUN pip install --upgrade pip setuptools
WORKDIR /root/userbot

#Install python requirements
RUN pip3 install -r https://raw.githubusercontent.com/Randi356/Vegeta-Userbot/Vegeta-Userbot/requirements.txt
RUN pip3 install -r https://raw.githubusercontent.com/Randi356/KillerX-Userbot/KillerX-Userbot/requirements.txt

EXPOSE 80 443

Expand Down

0 comments on commit 71b9167

Please sign in to comment.