From c3313b0f90eadea888e3b0a594c56d8b0c06efd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 23 Feb 2024 02:01:31 +0100 Subject: [PATCH] fix: missing dep in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5eeb32..48ee2b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apt-get update RUN apt-get -y upgrade RUN apt-get -y install wget python3-dev git python3-venv python3-pip python-is-python3 RUN apt-get -y install libnss3 libnspr4 libatk1.0-0 libatk-bridge2.0-0 libcups2 libxkbcommon0 libxdamage1 libgbm1 libpango-1.0-0 libcairo2 libatspi2.0-0 -RUN apt-get -y install libxcomposite1 libxfixes3 libxrandr2 libasound2 +RUN apt-get -y install libxcomposite1 libxfixes3 libxrandr2 libasound2 libmagic1 RUN pip3 install poetry WORKDIR lookyloo