mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
icedove
This commit is contained in:
8
icedove/Dockerfile
Normal file
8
icedove/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
FROM debian:jessie
|
||||||
|
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y \
|
||||||
|
icedove \
|
||||||
|
--no-install-recommends
|
||||||
|
|
||||||
|
ENTRYPOINT [ "icedove" ]
|
||||||
Reference in New Issue
Block a user