diff --git a/Dockerfile b/Dockerfile index affc361..b431138 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:bookworm as base +FROM python:alpine as base RUN apt-get update && apt-get install cron -y