This commit is contained in:
Jessica Frazelle 2015-01-07 05:41:11 -08:00
parent 39de272fca
commit c75937f7a3

8
geary/Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM debian:jessie
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \
geary \
--no-install-recommends
ENTRYPOINT [ "geary" ]