Sign inSign up

reploy/setup

By reploy

•Updated over 5 years ago

Image
0

10K+

reploy/setup repository overview

Dockerfile

FROM ubuntu:latest

RUN apt-get update
RUN apt-get -y upgrade
RUN apt-get install -y software-properties-common
RUN apt-add-repository universe
RUN apt-get update
RUN apt-get install -y -qq curl git python3-pip

# Editors
RUN apt-get install -y vim vim-common vim-doc vim-pathogen
# Network tools
RUN apt-get install -y curl net-tools  nmap socat wget whois socat openssh-client openssh-server openssl
# Source control
RUN apt-get install -y git git-lfs git-man subversion cvs
# Package management
RUN apt-get install -y apt-file alien apt-utils
# System debugging
RUN apt-get install -y iotop strace tcpdump iproute2 ltrace lsof inotify-tools sysstat ddd
# Finding
RUN apt-get install -y mlocate
# Languages
RUN apt-get install -y tcl erlang python3-pip python-dev
# General utility/productivity/dev tools
RUN apt-get install -y tmux xmlstarlet xclip jq telnet athena-jot xterm eatmydata util-linux moreutils sshfs tree screen xdotool xmlto expect expect-dev coreutils
# Compiling
RUN apt-get install -y build-essential
# Unpacking
RUN apt-get install -y zip unzip 
# Server applications
RUN apt-get install -y haproxy
# Config management
RUN apt-get install -y ansible

#ssl-capable http proxy
RUN apt-get install -y mitmproxy
#required for pip requirements
RUN apt-get install -y libldap2-dev libgpgme11-dev liblzma-dev libsmbclient-dev libsasl2-dev libattr1-dev #required for pip requirements
# TO Classify
RUN apt-get install -y ant ascii asciidoc virtualenv golang rsync docker.io at cron expect-dev patch perl perl-base perl-doc perl-modules sed anacron mssh daemon gocr netpipe-tcp netsed netsniff-ng pkg-config procps sudo tcpd time tree tofrodos sec rhino postgresql-client maven lsb-base lsb-release readline-common rlwrap software-properties-common ncurses-base ncurses-bin tcpflow graphviz
# docs
RUN apt-get install -y linux-doc user-mode-linux-doc perl-doc vim-doc
#postgres
RUN apt-get install -y postgresql-client

# added 03/27/2021
RUN pip3 install google-cloud-storage

Tag summary

Content type

Image

Digest

Size

1.1 GB

Last updated

over 5 years ago

docker pull reploy/setup