kostis-init commited on
Commit
af1b811
Β·
1 Parent(s): 5e53d23

update Dockerfile to include libegl1-mesa

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -4,6 +4,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
4
  wget \
5
  ca-certificates \
6
  libgl1-mesa-glx \
 
7
  && rm -rf /var/lib/apt/lists/*
8
 
9
  # Set the working directory in the container
 
4
  wget \
5
  ca-certificates \
6
  libgl1-mesa-glx \
7
+ libegl1-mesa \
8
  && rm -rf /var/lib/apt/lists/*
9
 
10
  # Set the working directory in the container