mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-18 18:17:51 +01:00
remove icedove
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
0e8bd1427e
commit
13b5299169
|
@ -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" ]
|
|
Loading…
Reference in New Issue
Block a user