From 0e0ad8b93585804f5732e6457e1386751f66990c Mon Sep 17 00:00:00 2001 From: Davide Depau Date: Fri, 15 Sep 2023 00:50:01 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 080c2d6..b1343dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:23.04 ARG DPKG_FRONTEND=noninteractive -RUN apt-get update && apt-get install -y python3 python3-pip +RUN apt-get update && apt-get install -y python3 python3-pip libgl1 libegl1 COPY requirements.txt /app/ WORKDIR /app RUN pip3 install -r requirements.txt --break-system-packages