mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 06:21:32 +01:00
geary
This commit is contained in:
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" ]
|
||||
Reference in New Issue
Block a user