rpsa/tools

By rpsa

Updated 7 months ago

Tome las herramientas de wbitt/Network-MultiTool y les agregué httpie y ngrep

Image
0

8.7K

rpsa/tools repository overview

Tomé el de https://github.com/wbitt/Network-MultiTool y agregué httpie y ngrep
  • Dockerfile
FROM  wbitt/network-multitool:alpine-extra
LABEL Mantainer='Raul Rojas <[email protected]>'

RUN apk add --update \
    ngrep \
    httpie \
    && rm -rf /var/cache/apk/*

Tag summary

Content type

Image

Digest

sha256:d352742f9

Size

104.4 MB

Last updated

7 months ago

docker pull rpsa/tools