Skip to content

Commit

Permalink
Merge pull request #1 from webofmars/master
Browse files Browse the repository at this point in the history
Improvements & usefull tools
Thanks to @fredleger for his additions :)
  • Loading branch information
SuperITMan authored Sep 11, 2016
2 parents 2fbb16e + 4a8a9ac commit 2176146
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
FROM debian:jessie
MAINTAINER SuperITMan <admin@superitman.com>

RUN apt-get update && \
apt-get install -y \
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update -y -q && \
apt-get install -y -q --no-install-recommends\
fail2ban \
iptables \
&& export DEBIAN_FRONTEND=noninteractive \
exim4 \
bsd-mailx \
whois \
&& rm -rf /var/lib/apt/lists/*

ADD docker-entrypoint.sh /usr/bin/entrypoint.sh
Expand Down

0 comments on commit 2176146

Please sign in to comment.