Skip to content

Instantly share code, notes, and snippets.

View switowski's full-sized avatar
🐍
I'm Pythoning

Sebastian Witowski switowski

🐍
I'm Pythoning
View GitHub Profile
@proffalken
proffalken / Dockerfile
Created January 25, 2017 14:56
Jenkins Blue Ocean Python Development
FROM jenkinsci/blueocean:latest
USER root
RUN apk add --no-cache --update \
python \
python-dev \
py-pip \
build-base \
&& pip install virtualenv \