Skip to content

Commit

Permalink
added grpcurl and nano
Browse files Browse the repository at this point in the history
  • Loading branch information
frundh committed May 10, 2019
1 parent e972018 commit e7b4b6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.sh text eol=lf
motd text eol=lf
profile text eol=lf
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RUN set -ex \
netcat-openbsd \
nftables \
ngrep \
nano \
nmap \
nmap-nping \
openssl \
Expand All @@ -42,6 +43,7 @@ RUN set -ex \
scapy \
socat \
strace \
tar \
tcpdump \
tcptraceroute \
util-linux \
Expand All @@ -53,6 +55,9 @@ RUN mv /usr/sbin/tcpdump /usr/bin/tcpdump
# Installing ctop - top-like container monitor
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

# Installing gRPCurl
RUN wget -qO- https://github.com/fullstorydev/grpcurl/releases/download/v1.2.1/grpcurl_1.2.1_linux_x86_64.tar.gz | tar xzvf - -C /usr/local/bin/ grpcurl && chmod +x /usr/local/bin/grpcurl

# Installing calicoctl
ARG CALICOCTL_VERSION=v3.3.1
RUN wget https://github.com/projectcalico/calicoctl/releases/download/${CALICOCTL_VERSION}/calicoctl && chmod +x calicoctl && mv calicoctl /usr/local/bin
Expand Down

0 comments on commit e7b4b6f

Please sign in to comment.