Fixing Dockerfile
This commit is contained in:
parent
4965d55e86
commit
4413a1c534
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM debian:buster
|
||||
|
||||
RUN apt install -y python3 python3-requests cron
|
||||
RUN apt-get update && apt-get install -y python3 python3-requests cron
|
||||
|
||||
ADD files/main.py /main.py
|
||||
|
||||
|
|
Loading…
Reference in a new issue