Skip to content
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.
/ docker-base Public archive

Common pyslackers base docker image

Notifications You must be signed in to change notification settings

pyslackers/docker-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-base

PySlackers common docker image, based on Python 3.6 and Alpine Linux.

This pretty much adds some basic compiler support and tini for an init system

Usage

You should only need to install your dependencies and define your CMD

FROM pyslackers/python:3.6-alpine-${VERSION}
WORKDIR /app
COPY requirements.txt .
RUN pip install -r requirements.txt
COPY . .
CMD python app.py

About

Common pyslackers base docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages