An open API service indexing awesome lists of open source software.

https://github.com/openpolis/python-slim

Python slim-based images with perks used at Openpolis
https://github.com/openpolis/python-slim

Last synced: 5 months ago
JSON representation

Python slim-based images with perks used at Openpolis

Awesome Lists containing this project

README

          

These images are based on the official python, slim-tagged images.

## Introduction

Some useful packages are installed along the minimal release offered by slim,
that makes working within this image more confortable:

- wget
- git-core
- tmux
- vim
- locales
- less

Locales specified in locales.txt are generated.

pip is upgraded to its latest version.

An /app directory is created and made the working directory.

# Supported tags and respective `Dockerfile` links

- [`3.6`( *3.6/Dockerfile*)](https://github.com/openpolis/python-slim/blob/master/versions/3.6/Dockerfile)
- [`gdal-3.6` (*gdal-3.6/Dockerfile*)](https://github.com/openpolis/python-slim/blob/master/versions/gdal-3.6/Dockerfile)