Skip to content

Commit deef7ba

Browse files
author
nicolaka
committed
updgraded calicoctl to 3.13.3 and added httpie
1 parent 643d94a commit deef7ba

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Dockerfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM alpine:3.9
33
RUN set -ex \
44
&& echo "http://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories \
55
&& echo "http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
6+
&& echo "http://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
67
&& apk update \
78
&& apk upgrade \
89
&& apk add --no-cache \
@@ -39,14 +40,16 @@ RUN set -ex \
3940
openssl \
4041
py-crypto \
4142
py2-virtualenv \
42-
python2 \
4343
scapy \
4444
socat \
4545
strace \
4646
tcpdump \
4747
tcptraceroute \
4848
util-linux \
49-
vim
49+
vim \
50+
httpie
51+
52+
5053

5154
# apparmor issue #14140
5255
RUN mv /usr/sbin/tcpdump /usr/bin/tcpdump
@@ -55,7 +58,7 @@ RUN mv /usr/sbin/tcpdump /usr/bin/tcpdump
5558
RUN wget https://github.com/bcicen/ctop/releases/download/v0.7.1/ctop-0.7.1-linux-amd64 -O /usr/local/bin/ctop && chmod +x /usr/local/bin/ctop
5659

5760
# Installing calicoctl
58-
ARG CALICOCTL_VERSION=v3.3.1
61+
ARG CALICOCTL_VERSION=v3.13.3
5962
RUN wget https://github.com/projectcalico/calicoctl/releases/download/${CALICOCTL_VERSION}/calicoctl && chmod +x calicoctl && mv calicoctl /usr/local/bin
6063

6164
# Settings

0 commit comments

Comments
 (0)