rickypc / docker-python-firefox-xvfb

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

Home Page:https://hub.docker.com/r/rickypc/docker-python-firefox-xvfb/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://hub.docker.com/r/rickypc/docker-python-firefox-xvfb/

License:GNU General Public License v3.0