Slim down image
This commit is contained in:
parent
17a70648d7
commit
dd6b0e0e83
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
FROM debian:buster
|
||||
|
||||
RUN apt-get update && apt-get install -y python3 python3-requests cron
|
||||
RUN \
|
||||
apt-get update && \
|
||||
apt-get install -y python3 python3-requests cron && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
ADD files/main.py /main.py
|
||||
|
||||
|
|
Loading…
Reference in a new issue