Skip to content

A Python image based on python:3.11-slim-bullseye with some extra packages.

License

Notifications You must be signed in to change notification settings

peymanslh/python-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Python image

A Python image based on python:3.11-slim-bullseye with some extra packages to use psycopg and gettext.
Installed packages:

  • gettext
  • libgettextpo-dev
  • libpq-dev
  • python-dev
  • build-essential

Usage

Use it in your Dockerfile:

FROM peymanslh/python:latest

# Do other stuff here

Or, pull it from Docker Hub:

docker pull peymanslh/python:latest

About

A Python image based on python:3.11-slim-bullseye with some extra packages.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published