Shrinking the image size by removing unnecessary apt-get updates

This commit is contained in:
luke 2017-08-04 22:22:07 -07:00
parent b668a29391
commit 10c9d5ab4e
2 changed files with 2 additions and 3 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.DS_Store

View File

@ -1,7 +1,5 @@
FROM python FROM python
RUN apt-get update && apt-get upgrade -y && \ RUN pip3 install requests discord.py docker pybooru && \
python3 -m pip install -U discord.py && \
pip3 install requests docker pybooru && \
curl -Lks get.docker.com | bash curl -Lks get.docker.com | bash
ADD dragon-bot.py / ADD dragon-bot.py /