We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ffb9d commit 7a98930Copy full SHA for 7a98930
Process_Image/Dockerfile
@@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y \
7
build-essential \
8
ninja-build \
9
git \
10
+ libgl1-mesa-glx \
11
&& rm -rf /var/lib/apt/lists/*
12
# 设置工作目录
13
WORKDIR /app
0 commit comments