- Wolfsburg
- http://xsteadfastx.org
Popular repositories
- rpi-openelec-upgrade
-
veganmap
JavaScript 4
- DoTheBackup
- mopidy-emby
-
fackernews
a flask based hackernews clone
-
ldapmngr
a web based ldap manager written in python.
641 contributions in the last year
Contribution activity
October 2017
Created a pull request in kennethreitz/pipenv
that received 2
comments
Uses ONBUILD in Dockerfile to install deps while building
Copies Pipfile and Pipefile.lock, installs deps on building a docker
image using the official pipenv image.
This is a approach i saw on the officia…
Created an issue in kennethreitz/pipenv
that received 1
comment
feature request: pipenv lock -r without the dev packages
i cant wait for pipfile support in pip but till then.... i need to use something like pipenv lock -r | pip install - in my docker images if i dont …