Skip to content
Snippets Groups Projects
Commit 583760dc authored by nimrod's avatar nimrod
Browse files

A more generic Python3 image.

Based on what's in Debian testing.
parent 6b84e342
No related branches found
No related tags found
No related merge requests found
FROM buildpack-deps:buster
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
python3-dev \
python3-pip \
python3-venv \
&& \
python3 -m pip install --progress-bar=off --no-cache-dir --upgrade pip tox pipenv && \
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