3v324v23 commited on
Commit
f705fe2
·
1 Parent(s): 212cdbf

Fix Docker build: replace deprecated libgl1-mesa-glx with libgl1

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR /app
4
 
5
  # Install system dependencies for OpenCV
6
  RUN apt-get update && apt-get install -y \
7
- libgl1-mesa-glx \
8
  libglib2.0-0 \
9
  wget \
10
  ca-certificates \
 
4
 
5
  # Install system dependencies for OpenCV
6
  RUN apt-get update && apt-get install -y \
7
+ libgl1 \
8
  libglib2.0-0 \
9
  wget \
10
  ca-certificates \