Shrinking the image size by removing unnecessary apt-get updates
This commit is contained in:
parent
b668a29391
commit
10c9d5ab4e
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.DS_Store
|
@ -1,7 +1,5 @@
|
||||
FROM python
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
python3 -m pip install -U discord.py && \
|
||||
pip3 install requests docker pybooru && \
|
||||
RUN pip3 install requests discord.py docker pybooru && \
|
||||
curl -Lks get.docker.com | bash
|
||||
|
||||
ADD dragon-bot.py /
|
||||
|
Loading…
x
Reference in New Issue
Block a user