Skip to content
Snippets Groups Projects
Commit 9f85f714 authored by nimrod's avatar nimrod
Browse files

Python 2.7 image with latest pip, pipenv and tox, headers and compilers.

parent 6b84e342
No related branches found
No related tags found
No related merge requests found
FROM python:2.7-slim-stretch
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
build-essential \
git \
libffi-dev \
libpq-dev \
libssl-dev \
zlib1g-dev \
&& \
pip install --no-cache-dir --update pip tox pipenv | cat && \
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/* /root/.cache/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment