mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-03 19:00:42 +02:00
add cheese
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
fb31dc1521
commit
b26259e206
11
cheese/Dockerfile
Normal file
11
cheese/Dockerfile
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
FROM debian:jessie
|
||||||
|
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y \
|
||||||
|
cheese \
|
||||||
|
libgl1-mesa-dri \
|
||||||
|
libgl1-mesa-glx \
|
||||||
|
--no-install-recommends \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
ENTRYPOINT [ "cheese" ]
|
@ -44,6 +44,7 @@ RUN mkdir -p /usr/share/icons/hicolor && \
|
|||||||
libv4l-0 \
|
libv4l-0 \
|
||||||
libxss1 \
|
libxss1 \
|
||||||
libxtst6 \
|
libxtst6 \
|
||||||
|
strace \
|
||||||
wget \
|
wget \
|
||||||
xdg-utils \
|
xdg-utils \
|
||||||
--no-install-recommends && \
|
--no-install-recommends && \
|
||||||
@ -55,5 +56,5 @@ RUN mkdir -p /usr/share/icons/hicolor && \
|
|||||||
COPY local.conf /etc/fonts/local.conf
|
COPY local.conf /etc/fonts/local.conf
|
||||||
|
|
||||||
# Autorun chrome
|
# Autorun chrome
|
||||||
ENTRYPOINT [ "/usr/bin/google-chrome" ]
|
ENTRYPOINT [ "google-chrome" ]
|
||||||
CMD [ "--user-data-dir=/data" ]
|
CMD [ "--user-data-dir=/data" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user