Skip to content

Commit 521a61f

Browse files
re add dependency
1 parent 1d0099e commit 521a61f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM python:3.13
22

33
RUN apt-get update && apt-get install -y \
44
libegl1 \
5+
libxkbcommon0 \
56
&& rm -rf /var/lib/apt/lists/*
67

78
WORKDIR /app

0 commit comments

Comments
 (0)