Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

dev1x/docker-python-firefox-xvfb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alpine Linux Image With Python 2.x, Firefox ESR, And Xvfb

Docker Stars Docker Pulls Docker Size Docker Layers Python License

Docker Installation

Please see the Docker installation documentation for details.

Run

You can run the image directly:

docker run --rm -ti rickypc/docker-python-firefox-xvfb /bin/bash

Usage

Use like you would any other base image:

FROM rickypc/docker-python-firefox-xvfb:latest
COPY requirements.txt .
RUN apk add --no-cache py-pip && pip install -r requirements.txt

License

Copyright (c) 2015, 2016 Richard Huang.

This Dockerfile is free software, licensed under: GNU Affero General Public License (AGPL-3.0).

About

Latest Alpine Linux image with Python 2.x, Firefox ESR, and Xvfb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published