Skip to content

Commit

Permalink
Merge pull request nicolaka#12 from timelf123/patch-1
Browse files Browse the repository at this point in the history
alphabetize packages installed
  • Loading branch information
Nicola Kabar authored Jun 21, 2018
2 parents 263370b + d6a7c7d commit 590324b
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,43 +5,43 @@ RUN set -ex \
&& echo "http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk update \
&& apk add --no-cache \
tcpdump \
bridge-utils \
netcat-openbsd \
util-linux \
iptables \
iputils \
iproute2 \
iftop \
drill \
apache2-utils \
strace \
bash \
bind-tools \
bird \
bridge-utils \
busybox-extras \
conntrack-tools \
curl \
dhcping \
drill \
ethtool \
fping \
iftop \
iperf \
iproute2 \
iptables \
iptraf-ng \
iputils \
ipvsadm \
liboping \
mtr \
net-snmp-tools \
netcat-openbsd \
ngrep \
iperf \
nmap \
nmap-nping \
conntrack-tools \
socat \
busybox-extras \
tcptraceroute \
mtr \
fping \
liboping \
iptraf-ng \
dhcping \
nmap-nping \
net-snmp-tools \
python2 \
py2-virtualenv \
py-crypto \
py2-virtualenv \
python2 \
scapy \
vim \
bird \
bash \
bind-tools
socat \
strace \
tcpdump \
tcptraceroute \
util-linux \
vim

# apparmor issue #14140
RUN mv /usr/sbin/tcpdump /usr/bin/tcpdump
Expand Down

0 comments on commit 590324b

Please sign in to comment.