# Install mesa
RUN apt-get update && apt-get install -y mesa-utils && \
    apt-get clean && rm -rf /var/lib/apt/lists/*