From 2d934cfcb0d144858790301955be9cb2d974ce69 Mon Sep 17 00:00:00 2001 From: James Parkhurst Date: Tue, 27 Aug 2024 14:42:45 +0100 Subject: [PATCH] Update DF --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c01cdd9..b79bab1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +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 wget RUN apt install -y git RUN apt install -y libfftw3-dev