Skip to content

Commit

Permalink
fix mutt
Browse files Browse the repository at this point in the history
Signed-off-by: Jessica Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jul 9, 2015
1 parent 1f29bca commit c380f9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mutt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stable
FROM debian:sid
MAINTAINER Jessica Frazelle <[email protected]>

RUN groupadd -g 1000 user \
Expand All @@ -7,7 +7,9 @@ RUN groupadd -g 1000 user \
RUN apt-get update && apt-get install -y \
ca-certificates \
git \
libsasl2-modules \
lynx \
mutt-dbg \
mutt-patched \
vim-nox \
--no-install-recommends \
Expand Down

0 comments on commit c380f9c

Please sign in to comment.