diff --git a/WeatherApp/Dockerfile b/WeatherApp/Dockerfile index c72961f..7d6d413 100644 --- a/WeatherApp/Dockerfile +++ b/WeatherApp/Dockerfile @@ -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