From eb6c3113d3b353a3301c28c2049031183bf415f9 Mon Sep 17 00:00:00 2001 From: James Parkhurst Date: Tue, 27 Aug 2024 14:44:22 +0100 Subject: [PATCH] Update DF --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b79bab1..db6b302 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ENV TZ=Europe/London RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/tim RUN apt update -RUN apt install software-properties-common +RUN apt install -y software-properties-common RUN apt install -y wget RUN apt install -y git RUN apt install -y libfftw3-dev