From 7fba0d45a9ed99c2c46d14dcc87f7df5ad5c6ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danie=CC=88l=20Schenk?= Date: Thu, 21 Jul 2022 16:32:15 +0200 Subject: [PATCH] Move to alpine for more compact image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 985ced6..6a05752 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8 +FROM python:3.8-alpine COPY requirements.txt / RUN pip install -r requirements.txt COPY modem_watchdog.py /