Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.
/ alpine-python2 Public archive

Alpine Linux based based image with Python 2.7 and necessary OS level dependencies (OpenSSL, gcc, ODBC driver, etc).

License

Notifications You must be signed in to change notification settings

alex-ber/alpine-python2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alpine-python2

This is Alpine Linux based Python 2.7 installation. It contains GLIBS, C++ compiler, Fortrant compiler, openSSL, ODBC driver, etc. It contains only numpy (that is Fortran-based and is compiled inside docker image).

You can extends this docker image and simply add

FROM alexberkovich/alpine-python2:latest

COPY conf/requirements.txt etc/requirements.txt

RUN pip install -r etc/requirements.txt

About

Alpine Linux based based image with Python 2.7 and necessary OS level dependencies (OpenSSL, gcc, ODBC driver, etc).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published