remove icedove

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle
2018-01-29 14:57:59 -05:00
parent 0e8bd1427e
commit 13b5299169

View File

@@ -1,9 +0,0 @@
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
icedove \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENTRYPOINT [ "icedove" ]