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
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

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" ]