Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 680 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 680 Bytes

python 3 dev image

python 3 development image based on python:3-slim

Includes

  • pythonista non-root user with sudo access
    • pass ARG USERNAME to rename
    • ARG USER_UID=1000
    • ARG USER_GID=USER_UID
  • ARG LOCALE=en_US.UTF-8
  • shell prompt configuration with starship.rs
  • JetBrains Mono Powerline font
  • packages required for vs code python extension
    • black
    • pyline
    • flake8

Run from latest Docker hub image

docker run --rm -it lobsterbandit/dev-python3:latest

Build from Dockerfile

docker build -t someimagename:sometag .