From f26047d319b6b9bf5b3c37a4ddb37fc867d7d94b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 19 Nov 2022 22:12:54 +0200 Subject: [PATCH] add shit i forgot #2 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index fd04990a1..d3c147311 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN apt install -y imagemagick RUN apt install -y postgresql RUN apt install -y libpq-dev RUN apt install -y nano +RUN apt install -y libfuse2 COPY requirements.txt /etc/requirements.txt