mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 06:21:32 +01:00
convert all spaces to tabs, lets see what breaks
Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# To use:
|
||||
# docker run -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix$DISPLAY --device /dev/dri jess/glxgears
|
||||
# docker run -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix$DISPLAY --device /dev/dri jess/glxgears
|
||||
# Base docker image
|
||||
FROM debian:jessie
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
|
||||
# Install all the things
|
||||
RUN apt-get update && apt-get install -y \
|
||||
mesa-utils \
|
||||
--no-install-recommends
|
||||
mesa-utils \
|
||||
--no-install-recommends
|
||||
|
||||
ENV LIBGL_DEBUG verbose
|
||||
|
||||
|
||||
Reference in New Issue
Block a user