mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 06:21:32 +01:00
@@ -12,7 +12,8 @@ MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
# Install all the things
|
||||
RUN apt-get update && apt-get install -y \
|
||||
mesa-utils \
|
||||
--no-install-recommends
|
||||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV LIBGL_DEBUG verbose
|
||||
|
||||
|
||||
Reference in New Issue
Block a user