Add libglx-dev package to Dockerfile

This commit is contained in:
Szymon Nowakowski
2024-12-25 23:16:06 +01:00
parent 86184e990b
commit 968836b2e4

View File

@@ -4,6 +4,7 @@ WORKDIR /app
RUN apt-get update
RUN apt-get install --yes build-essential
RUN apt-get install --yes libglx-dev
RUN apt-get install --yes libxi-dev
RUN apt-get install --yes python-is-python3