Skip to content

LobsterBandit/dev-python3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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 .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published