fix: replace removed libgl1-mesa-glx with libgl1 in Dockerfile
Some checks failed
Build and push Docker image (Gitea) / build (push) Has been cancelled
Some checks failed
Build and push Docker image (Gitea) / build (push) Has been cancelled
This commit is contained in:
@@ -3,7 +3,7 @@ FROM python:3.10-slim
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
libgl1-mesa-glx \
|
libgl1 \
|
||||||
libglib2.0-0 \
|
libglib2.0-0 \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user