Skip to content

Commit 0dece48

Browse files
docs: Update project desription (#18)
1 parent 113cfc9 commit 0dece48

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# TODO: Find out whether it possible to use "faster" base Python image
21
FROM python:3.10.0-slim-bullseye as python-base
32

43
LABEL maintainer="Igor Davydenko <iam@igordavydenko.com>"
5-
LABEL description="Add poetry, pre-commit, and other dev-tools installed via pipx to official Python slim Docker image."
4+
LABEL description="Add poetry, pre-commit and tox installed via pipx as well as other system dev tools to official Python slim Docker image."
65

76
# Install additional dev dependencies and ensure to use latest system versions
87
RUN apt-get update -qq \
@@ -24,7 +23,8 @@ RUN apt-get update -qq \
2423
&& rm -rf /var/lib/apt/lists/* \
2524
&& apt-get autoremove -y
2625

27-
# Update path to include `/root/.local/bin`
26+
# Update path to include `/root/.local/bin` for `pip install --user ...` and
27+
# `pipx` needs
2828
ENV PATH="/root/.local/bin:${PATH}"
2929

3030
# Update pip to latest version, install pipx & virtualen into user directory,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![CI](https://github.com/playpauseandstop/docker-python/actions/workflows/ci.yml/badge.svg)](https://github.com/playpauseandstop/docker-python/actions/workflows/ci.yml)
44
[![Docker Pulls](https://img.shields.io/docker/pulls/playpauseandstop/docker-python.svg)](https://hub.docker.com/r/playpauseandstop/docker-python)
55

6-
Add poetry, pre-commit, and other dev-tools installed via pipx to official Python slim Docker image.
6+
Add poetry, pre-commit and tox installed via pipx as well as other system dev tools to official Python slim Docker image.
77

88
## Usage
99

0 commit comments

Comments
 (0)