@ -1,7 +1,7 @@
# Gebruik een officiële Python-image als basis
FROM python:3.9-slim
RUN apt-get update && apt-get -y install cron nano && procps
RUN apt-get update && apt-get -y install cron nano
# Werkdirectory instellen
WORKDIR /app