From 00aff1841f28791cd645d34430bfc2260dfd0cd0 Mon Sep 17 00:00:00 2001 From: "peter.fong" Date: Tue, 4 Feb 2025 21:14:03 +0000 Subject: [PATCH] docker --- WeatherApp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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