From 4413a1c534ba8fa40db273a4d516ed950a066ab8 Mon Sep 17 00:00:00 2001 From: Linuro Date: Mon, 15 Jun 2020 17:06:34 +0200 Subject: [PATCH] Fixing Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f55d494..bf290ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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