Sign inSign up

agusc/base_sh

By agusc

Updated almost 11 years ago

Base image for SH

Image
0

1.0K

agusc/base_sh repository overview

FROM ubuntu:14.04 ENV DEBIAN_FRONTEND noninteractive

Install basic packages

RUN apt-get update -qq && apt-get install -qy git vim curl wget telnet netcat

Install python

RUN apt-get install -qy
netbase ca-certificates apt-transport-https
build-essential python python-dev
libxml2-dev libssl-dev libxslt1-dev
libmysqlclient-dev
libevent-dev
libffi-dev libssl-dev
libpcre3-dev libz-dev

Install pip & wheel

ADD https://raw.github.com/pypa/pip/master/contrib/get-pip.py /get-pip.py RUN python /get-pip.py RUN pip install -U wheel

Tag summary

Content type

Image

Digest

sha256:380419412

Size

198.3 MB

Last updated

almost 11 years ago

docker pull agusc/base_sh