Skip to content

Commit 58038f9

Browse files
author
nicolaka
committed
updated alpine from 3.9 to 3.11
1 parent 4cca24b commit 58038f9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.9
1+
FROM alpine:3.11
22

33
RUN set -ex \
44
&& echo "http://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories \
@@ -25,7 +25,7 @@ RUN set -ex \
2525
iperf \
2626
iproute2 \
2727
ipset \
28-
iptables \
28+
iptables \
2929
iptraf-ng \
3030
iputils \
3131
ipvsadm \
@@ -41,7 +41,6 @@ RUN set -ex \
4141
nmap-nping \
4242
openssl \
4343
py-crypto \
44-
py2-virtualenv \
4544
scapy \
4645
socat \
4746
strace \

0 commit comments

Comments
 (0)