mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
geary
This commit is contained in:
parent
39de272fca
commit
c75937f7a3
8
geary/Dockerfile
Normal file
8
geary/Dockerfile
Normal 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" ]
|
Loading…
Reference in New Issue
Block a user