libgl-dev too

This commit is contained in:
Szymon Nowakowski
2024-12-25 23:28:31 +01:00
parent 968836b2e4
commit fa4583d86b

View File

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